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 ce11797 commit 4124016
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: ItcastBuildAndDeploy

on:
push:
branches:
- main
- issue/**
# workflows: ["ItcastBuildAndTest"]
# types:
# - completed
workflow_run:
workflows: ["ItcastBuildAndTest"]
types:
- completed

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

0 comments on commit 4124016

Please sign in to comment.