Skip to content

Commit

Permalink
feat: cicd 테스트 객체 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 18, 2024
1 parent 6353a00 commit a9e279d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backend-pull-request

on:
pull_request:
branches: [ "main", "develop", "feature/#22" ]
branches: [ "main", "develop" ]
paths:
- 'server/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backend-push

on:
push:
branches: [ "main", "develop", "feature/#22" ]
branches: [ "main", "develop" ]
paths:
- 'server/**'

Expand Down

0 comments on commit a9e279d

Please sign in to comment.