Skip to content

Commit

Permalink
fix(cicd): just push to dockerhub, when push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
syafiqparadisam committed Jan 28, 2025
1 parent df8c657 commit 4a66285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Push to docker hub
runs-on: ubuntu-22.04
needs: linting
if: ${{github.ref == 'refs/heads/main'}} || ${{github.ref == 'refs/heads/develop'}}
if: ${{github.ref == 'refs/heads/main'}}

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4a66285

Please sign in to comment.