We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4567307 commit 7046b3dCopy full SHA for 7046b3d
.github/workflows/test-secrets.yml
@@ -1,6 +1,9 @@
1
name: Test Secrets
2
3
on:
4
+ push:
5
+ branches:
6
+ - backend # develop 브랜치에서 push될 때만 실행
7
workflow_dispatch: # 수동 실행 가능하도록 설정
8
9
jobs:
0 commit comments