Skip to content

Commit 6dd2907

Browse files
committed
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>
1 parent 0be390e commit 6dd2907

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/mynewt.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# For development, trigger this on any push.
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37

48
name: Mynewt
59

.github/workflows/sim.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# For development, trigger this on any push.
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37

48
name: Sim
59

0 commit comments

Comments
 (0)