Skip to content

Commit

Permalink
chore: 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewon121 authored Sep 27, 2023
1 parent d18af85 commit f2c4b92
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_dev_merge_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: NAAGA BACKEND MERGE CI
on:
push:
branches:
- dev
- dev_backend
jobs:
deploy:
runs-on: naaga
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend_dev_pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: NAAGA BACKEND PULL REQUEST CI
on:
pull_request:
branches:
- dev
- dev_backend
paths:
- backend/**

Expand Down

0 comments on commit f2c4b92

Please sign in to comment.