Skip to content

Commit e3e2722

Browse files
committed
enable workflows
1 parent 64b9153 commit e3e2722

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# enabled
66
branches:
7-
- 'disabled-main'
7+
- 'main'
88
tags:
99
- 'v[0-9]+.[0-9]+.[0-9]+'
1010
pull_request:

.github/workflows/default__deploy-nginx.yml

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

33
on:
44
push:
5-
# enabled
5+
# Disabled permanently, use rsync action, ./default__deploy-nginx-rsync.yml
66
branches:
77
- 'disabled-main'
88
tags:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
# enabled
99
branches:
10-
- 'disabled-main'
10+
- 'main'
1111
tags:
1212
- 'v[0-9]+.[0-9]+.[0-9]+'
1313
pull_request:

.github/workflows/vercel__deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Deploy to Vercel manually
55
on:
66
push:
77
branches:
8-
- 'disabled-main'
8+
- 'main'
99
tags:
1010
- 'v[0-9]+.[0-9]+.[0-9]+'
1111

0 commit comments

Comments
 (0)