Skip to content

Commit

Permalink
chore: revert to Push-Based Trigger for CD Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jan 3, 2025
1 parent cb6fc6a commit bd5458e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Java CD with Gradle and Docker

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

jobs:
deploy:
Expand Down

0 comments on commit bd5458e

Please sign in to comment.