Skip to content

Commit ba0012e

Browse files
committed
use default fastest actions
1 parent e759b6b commit ba0012e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Build and push Docker
22

33
on:
44
push:
5+
# enabled
56
branches:
6-
- 'disabled-main'
7+
- 'main'
78
tags:
89
- 'v[0-9]+.[0-9]+.[0-9]+'
910
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-
# this one is enabled
5+
# enabled
66
branches:
77
- 'main'
88
tags:

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Deploy to GitHub Pages with Astro action
55

66
on:
77
push:
8+
# enabled
89
branches:
9-
- 'disabled-main'
10+
- 'main'
1011
tags:
1112
- 'v[0-9]+.[0-9]+.[0-9]+'
1213
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-
- 'main'
6+
- 'disabled-main'
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99
pull_request:

0 commit comments

Comments
 (0)