Skip to content

Commit d6f62ff

Browse files
committed
Comment if limitation of the main branch
Comment the `if` condition limitation of the main branch for 'deploy-docker' job temporarily, to build docker image CI/CD job in non-main branch.
1 parent 3d9614d commit d6f62ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
deploy-docker:
1919
needs: test-linux
20-
if: github.event_name == 'push' && github.ref_name == 'main'
20+
if: github.event_name == 'push' # && github.ref_name == 'main'
2121
uses: ./.github/workflows/test.docker.yml
2222
secrets: inherit

0 commit comments

Comments
 (0)