Skip to content

Commit 7046b3d

Browse files
committed
workflow 업데이트
1 parent 4567307 commit 7046b3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-secrets.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test Secrets
22

33
on:
4+
push:
5+
branches:
6+
- backend # develop 브랜치에서 push될 때만 실행
47
workflow_dispatch: # 수동 실행 가능하도록 설정
58

69
jobs:

0 commit comments

Comments
 (0)