Skip to content

Commit d54cdab

Browse files
committed
enable trigger deploy on push
1 parent 4cfb600 commit d54cdab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/default__build-push-docker.yml

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

.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-
- 'disabled-main'
6+
- 'main'
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:

.github/workflows/gh-pages__deploy-manual.yml

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

0 commit comments

Comments
 (0)