OPS: github actions only on pull requests

This commit is contained in:
Overtorment 2020-06-30 10:53:33 +01:00
parent fa524285a8
commit 5fbd52d41c

View file

@ -3,7 +3,7 @@ name: Tests
# https://dev.to/edvinasbartkus/running-react-native-detox-tests-for-ios-and-android-on-github-actions-2ekn
# https://medium.com/@reime005/the-best-ci-cd-for-react-native-with-e2e-support-4860b4aaab29
on: [push, pull_request]
on: [pull_request]
jobs:
test: