ci: run sim and mynewt also on master branch

Sim and Mynewt workflows were only running on pull requests, while they
should also run when new commits are pushed to master.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
Fabio Utzig 2020-11-12 13:16:46 -03:00 committed by Fabio Utzig
parent 0be390e08e
commit 6dd29072dc
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# For development, trigger this on any push.
on: [pull_request]
on:
push:
branches:
- master
pull_request:
name: Mynewt

View File

@ -1,5 +1,9 @@
# For development, trigger this on any push.
on: [pull_request]
on:
push:
branches:
- master
pull_request:
name: Sim