Commit d1a9ec8
committed
chore(ci): prevent duplicate ci triggers
Triggering on all 'push' and 'pull_request' events will result in
duplicated CI runs in PRs (due to both conditions being met).
Instead, trigger only on pushes to `master`, or updates to PRs
targetting `master`.
Signed-off-by: JP-Ellis <josh@jpellis.me>1 parent 1378a44 commit d1a9ec8
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
4 | 10 | | |
5 | 11 | | |
6 | 12 | | |
| |||
0 commit comments