Skip to content

Commit 04b27ed

Browse files
committed
disable nginx deploy on PR
1 parent 59ec5cc commit 04b27ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bash__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:
1010
branches:
11-
- 'main'
11+
- 'disabled-main'
1212
workflow_dispatch:
1313

1414
env:

0 commit comments

Comments
 (0)