We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1859f94 commit 1d41e5dCopy full SHA for 1d41e5d
.github/workflows/ci_cd.yml
@@ -1,9 +1,12 @@
1
name: CI/CD
2
on:
3
- # only on PRs into default branch
+ # only on PRs into and merge to default branch
4
pull_request:
5
branches:
6
- master
7
+ push:
8
+ branches:
9
+ - master
10
11
jobs:
12
ci_unit:
@@ -560,7 +563,7 @@ jobs:
560
563
steps:
561
564
- run: echo "If this is hit, all tests successfully passed"
562
565
- # runs on merge to master only
566
+ # runs on merge to default only
567
cd:
568
name: Publish Action
569
needs: [ci_all_tests_passed]
0 commit comments