Skip to content

Commit

Permalink
chore: enable prd cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbl committed Apr 25, 2024
1 parent 982e282 commit f7ae337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
image_tag: ${{ steps.get-image-tag.outputs.image_tag }}

cd_production:
if: ${{ contains(github.ref, 'heads/main') || contains(github.ref, 'fix')}}
# if: ${{ contains(github.ref, 'heads/master') || contains(github.ref, 'fix')}}
needs:
- docker-image
uses: ./.github/workflows/cd.yaml
Expand Down

0 comments on commit f7ae337

Please sign in to comment.