Skip to content

Commit 4efb83f

Browse files
committed
trigger on master too
Signed-off-by: vsoch <[email protected]>
1 parent 1a84d4b commit 4efb83f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/container.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# Edit the branches here if you want to change deploy behavior
66
branches:
77
- main
8+
- master
89

910
# Do the builds on all pull requests (to test them)
1011
pull_request: []

.github/workflows/manual-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
# Edit the branches here if you want to change deploy behavior
77
branches:
88
- main
9+
- master
910

1011
# Do the builds on all pull requests (to test them)
1112
pull_request: []

.github/workflows/native-install.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# Edit the branches here if you want to change deploy behavior
66
branches:
77
- main
8+
- master
89

910
# Do the builds on all pull requests (to test them)
1011
pull_request: []

0 commit comments

Comments
 (0)