Skip to content

Commit f7ae337

Browse files
committed
chore: enable prd cd
1 parent 982e282 commit f7ae337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
image_tag: ${{ steps.get-image-tag.outputs.image_tag }}
6969

7070
cd_production:
71-
if: ${{ contains(github.ref, 'heads/main') || contains(github.ref, 'fix')}}
71+
# if: ${{ contains(github.ref, 'heads/master') || contains(github.ref, 'fix')}}
7272
needs:
7373
- docker-image
7474
uses: ./.github/workflows/cd.yaml

0 commit comments

Comments
 (0)