Skip to content

Commit

Permalink
[#80] chore: CD Test - if문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
shinheekim committed Dec 24, 2024
1 parent 118abe1 commit cde8407
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/itcast-build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
name: BuildAndDeploys

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

jobs:
deploy:

if: github.run_conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit cde8407

Please sign in to comment.