Skip to content

Commit a3548b3

Browse files
committed
switch to bash nginx github action, enable docker deploy trigger
1 parent 63d54e0 commit a3548b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bash__deploy-nginx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Deploy Nginx with bash file
33
on:
44
push:
55
branches:
6-
- 'disabled-main'
6+
- 'main'
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:
1010
branches:
11-
- 'disabled-main'
11+
- 'main'
1212
workflow_dispatch:
1313

1414
env:

.github/workflows/default__deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Docker
22

33
on:
44
workflow_run:
5-
workflows: ['Build and push Docker - disabled']
5+
workflows: ['Build and push Docker']
66
types:
77
- completed
88

.github/workflows/default__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Nginx
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- 'disabled-main'
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:

0 commit comments

Comments
 (0)