Skip to content

Commit

Permalink
[#80] chore: 트리거 재수정, 배포 권한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 22, 2024
1 parent ffce18c commit ae5af93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
deploy:

# 조건 : CI가 통과해야한다.
if: >
github.event.workflow_run.conclusion == 'success'
if: github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
deployments: write

steps:

Expand Down

0 comments on commit ae5af93

Please sign in to comment.