Skip to content

Commit e4a9c27

Browse files
committed
comment out if / skip condition
1 parent a0d7867 commit e4a9c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_build_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
bundle exec rake
4545
4646
docker-push:
47-
if: ${{ github.ref == 'refs/heads/master' }}
47+
# if: ${{ github.ref == 'refs/heads/master' }}
4848
needs:
4949
- docker-test
5050
- hadolint

0 commit comments

Comments
 (0)