Skip to content

Commit

Permalink
chore: trigger CD on Java CI Workflow Completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jan 3, 2025
1 parent 88e6ff5 commit cb6fc6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Java CD with Gradle and Docker

on:
push:
branches:
- dev
workflow_run:
workflows: ["Java CI with Gradle"]
types:
- completed

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Pull Request 오토 템플릿 추가"
name: "Add Pull Request Auto Template"
on:
pull_request:
branches:
Expand Down

0 comments on commit cb6fc6a

Please sign in to comment.