workflows: run on PR only

Remove option to run on push because it is triggering two runs for each
test for all PRs.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
Fabio Utzig 2020-09-25 15:53:09 -03:00 committed by Fabio Utzig
parent 5e3b066e0a
commit 78a9fd2a40
2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,5 @@
# For development, trigger this on any push.
on: [push, pull_request]
# Eventually, we'll want to limit this to pull requests.
# on: ???
on: [pull_request]
jobs:
environment:

View File

@ -1,8 +1,5 @@
# For development, trigger this on any push.
on: [push, pull_request]
# Eventually, we'll want to limit this to pull requests.
# on: ???
on: [pull_request]
jobs:
environment: