We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b01a48 commit ebe6180Copy full SHA for ebe6180
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
push:
10
branches:
11
- main
12
+ - pre-release
13
14
permissions:
15
id-token: write
@@ -81,7 +82,7 @@ jobs:
81
82
path: /tmp/image.tar
83
84
docker-push:
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
85
+ if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'ref/heads/pre-release') }}
86
needs: docker-build
87
runs-on: ubuntu-latest
88
0 commit comments