Skip to content

Commit b727f86

Browse files
committed
fix: only push images if ref is master
1 parent fa3b396 commit b727f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: |
2929
make all
3030
- name: "Push images"
31+
if: ${{ github.ref == 'refs/heads/master' }}
3132
env:
3233
PUSH_DOCKER_HUB: true
3334
PUSH_GHCR: true
3435
run: |
3536
make all
36-
if: github.ref == 'master'

0 commit comments

Comments
 (0)