Skip to content

Commit b8af8c3

Browse files
committed
fix main branch reference in workflow
1 parent 5656975 commit b8af8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: bin
2727
path: bin/
2828
docker-build-push:
29-
if: github.ref_name == 'master' || startsWith(github.ref, 'refs/tags/v')
29+
if: github.ref_name == 'main' || startsWith(github.ref, 'refs/tags/v')
3030
needs: build
3131
runs-on: ubuntu-latest
3232
steps:

0 commit comments

Comments
 (0)