Skip to content

Commit 8ee7607

Browse files
Update CI workflow to use 'main' branch
1 parent 1dec97e commit 8ee7607

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
push:
1010
branches:
11-
- master
11+
- main
1212

1313
permissions:
1414
id-token: write
@@ -55,7 +55,7 @@ jobs:
5555
path: /tmp/image.tar
5656

5757
docker-push:
58-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
58+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
5959
needs: docker-build
6060
runs-on: ubuntu-latest
6161
steps:

0 commit comments

Comments
 (0)