Skip to content

Commit

Permalink
[#80] test: deploy test 진행
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 26, 2024
1 parent d38e43c commit f8f359c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: BuildAndDeploys

on:
workflow_run:
workflows: ["BuildAndTest"]
types:
- completed
push:
branches:
- issue/**

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 f8f359c

Please sign in to comment.