Skip to content

Commit

Permalink
fix : DOCKER-CD.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lreowy authored Jul 8, 2024
1 parent b7df3a8 commit ab44089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/DOCKER-CD.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: DOCKER-CD
on:
push:
branches: [ "develop" ]

branches: ["develop"]
pull_request:
branches: ["develop"]
jobs:
ci:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit ab44089

Please sign in to comment.