Skip to content

Commit

Permalink
fix: 트리거에서 개발서버 배포담당인 dev브랜치 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 16, 2024
1 parent 856c27d commit 8e0d2d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Build And Test
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main

jobs:
Expand Down

0 comments on commit 8e0d2d5

Please sign in to comment.