File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11name : Acceptance Tests
22
3+ # Controls when the workflow will run
34on :
45 push :
56 branches : [ master ]
6- pull_request :
7- branches : [ master ]
7+
8+ # Allows you to run this workflow manually from the Actions tab
9+ workflow_dispatch :
810
911jobs :
1012 acceptance-tests :
Original file line number Diff line number Diff line change 11name : Release
22
33on :
4- push :
4+ workflow_run :
5+ workflows : ["Test", "Acceptance Tests"]
56 branches : [ master ]
7+ types :
8+ - completed
69
710jobs :
811 release :
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ name: Test
22
33# Controls when the workflow will run
44on :
5- # Triggers the workflow on pull request events but only for the master branch
65 pull_request :
76 branches : [ master ]
7+ push :
8+ branches : [ master ]
89
910 # Allows you to run this workflow manually from the Actions tab
1011 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments