Skip to content

Commit

Permalink
Chore(#44) : 배포 타겟 브랜치 정리 (#45)
Browse files Browse the repository at this point in the history
* Chore(#44) : 배포 타겟 브랜치 정리

* Chore(#44) : 중복되는 배포 과정 수정
  • Loading branch information
versatile0010 authored Nov 2, 2023
1 parent 42e8d3e commit f8cf976
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ name: NumberOne-Backend-CICD
# event trigger
on:
push:
branches:
- main
- 'fix/*'
pull_request:
branches:
- main
- 'fix/*'
branches: [ "main", "dev", "dev-check"]

permissions: write-all

Expand Down

0 comments on commit f8cf976

Please sign in to comment.