Skip to content

Commit

Permalink
feat: add branch to test feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Nov 26, 2023
1 parent 911de77 commit 1843f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 데브 워크플로우
on:
push:
branches: [ 'dev' ]
branches: [ 'dev', 'feature/OING-27' ]
paths:
- 'config/**' # Config 모듈 변경
- 'member/**' # Member 모듈 변경
Expand Down

0 comments on commit 1843f91

Please sign in to comment.