We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2b1cf commit 9c30f0aCopy full SHA for 9c30f0a
1 file changed
.github/workflows/main-branch-docker.yml
@@ -2,7 +2,7 @@ name: Docker Build and Publish
2
3
on:
4
push:
5
- branches: [main]
+ branches: [ "main", "release/*" ]
6
7
jobs:
8
docker:
0 commit comments