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 28e9c06 commit dcb2e6fCopy full SHA for dcb2e6f
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,6 @@ on:
9
push:
10
branches:
11
- main
12
- - pre-release
13
14
permissions:
15
id-token: write
@@ -82,7 +81,7 @@ jobs:
82
81
path: /tmp/image.tar
83
84
docker-push:
85
- if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release') }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
86
needs: docker-build
87
runs-on: ubuntu-latest
88
0 commit comments