Skip to content

Commit

Permalink
[#80] test: CD 트리거 test
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 24, 2024
1 parent baf10b8 commit fd78821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_run:
workflows: ["BuildAndTest"]
types:
- requested
- completed

jobs:
deploy:
Expand All @@ -13,6 +13,7 @@ jobs:
contents: read
packages: write
deployments: write
if: github.event.workflow_run.conclusion == 'success'

steps:

Expand Down

0 comments on commit fd78821

Please sign in to comment.