Skip to content

Commit

Permalink
chore(cd): cd를 ci후 동작하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 18, 2024
1 parent c1361ab commit ac0e3c8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: deploy
on:
push:
workflow_run:
workflows: [ "Java CI with Gradle" ]
branches: [ 'master' ]
paths:
- 'main-server/**'
- 'logging-server/**'
branches: ['master']
types:
- completed
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac0e3c8

Please sign in to comment.