Skip to content

Commit

Permalink
refactor: cd 트리거 설정
Browse files Browse the repository at this point in the history
develop에 merge가 되면 자동배포를 실시하도록 트리거를 수정한다.
  • Loading branch information
kanguk01 committed Oct 24, 2024
1 parent f291783 commit 348983b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: CD Pipeline
name: CD (자동배포)

on:
pull_request:
push:
branches:
- develop
- 'weekly/**'

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 348983b

Please sign in to comment.