Skip to content

Commit e759b6b

Browse files
committed
use nginx deploy without bash file, its faster
1 parent db5e41c commit e759b6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bash__deploy-nginx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Deploy Nginx with bash file
22

33
on:
44
push:
5-
# this one is enabled
65
branches:
7-
- 'main'
6+
- 'disabled-main'
87
tags:
98
- 'v[0-9]+.[0-9]+.[0-9]+'
109
pull_request:

.github/workflows/default__deploy-nginx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Deploy Nginx
22

33
on:
44
push:
5+
# this one is enabled
56
branches:
6-
- 'disabled-main'
7+
- 'main'
78
tags:
89
- 'v[0-9]+.[0-9]+.[0-9]+'
910
pull_request:

0 commit comments

Comments
 (0)