Skip to content

Commit

Permalink
[#80] build: jobs 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonJuuuun committed Dec 24, 2024
1 parent fd78821 commit 698a793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
workflows: ["BuildAndTest"]
types:
- completed

jobs:
deploy:
if: >
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
deployments: write
if: github.event.workflow_run.conclusion == 'success'

steps:

Expand Down

0 comments on commit 698a793

Please sign in to comment.