We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7a03e commit 20c6f96Copy full SHA for 20c6f96
1 file changed
.github/workflows/release.yaml
@@ -4,7 +4,7 @@ on:
4
release:
5
types: [ created ]
6
push:
7
- branches: [ main ]
+ branches: [ release ]
8
9
env:
10
IMAGE_NAME: ${{ github.repository }}
0 commit comments