Skip to content

Commit

Permalink
chore: add workflow_dispatch for prod publish
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Sep 28, 2024
1 parent a8fa7e1 commit 7e05687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: 프로덕션 서비스 배포
on:
push:
branches: [ master ]
workflow_dispatch:
env:
ENVIRONMENT: prod
TF_WORKSPACE: prod
Expand Down

0 comments on commit 7e05687

Please sign in to comment.