Skip to content

Commit

Permalink
fix: build-and-deploy가 보이지 않는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamiwood committed Dec 19, 2024
1 parent 5d7fb74 commit 95db1dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: ItcastBuildAndDeploy

on:
workflow_run:
workflows: [ItcastBuildAndTest]
types: [completed]
workflows: ["ItcastBuildAndTest"]
types:
- completed

jobs:
deploy:
if: >
github.event.workflow_run.event == 'push'
github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 95db1dd

Please sign in to comment.