File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ name: Build docker image
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, release-** ]
66 tags :
77 - v**
8+ workflow_dispatch :
89
910env :
1011 REPOSITORY_OWNER : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ name: Integration
44on :
55 pull_request :
66 push :
7- branches :
8- - main
7+ branches : [main, release-**]
98 schedule :
109 - cron : " 0 */6 * * *" # Every 6 hours
1110 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ name: Build and test
22
33on :
44 push :
5- branches : [main]
5+ branches : [main, release-** ]
66 pull_request :
7- branches : [main]
7+ branches : [main, release-**]
8+ workflow_dispatch :
89
910jobs :
1011 build :
You can’t perform that action at this time.
0 commit comments