Skip to content

Commit

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

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

jobs:
deploy:

if: >
(github.event_name == 'push' || github.event_name == 'pull_request') &&
github.run_conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 118abe1

Please sign in to comment.