Skip to content

Commit dcb2e6f

Browse files
committed
revert pre-release branch stuff
1 parent 28e9c06 commit dcb2e6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- pre-release
1312

1413
permissions:
1514
id-token: write
@@ -82,7 +81,7 @@ jobs:
8281
path: /tmp/image.tar
8382

8483
docker-push:
85-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/pre-release') }}
84+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
8685
needs: docker-build
8786
runs-on: ubuntu-latest
8887

0 commit comments

Comments
 (0)