Skip to content

Commit a8dad15

Browse files
Update static.yml
1 parent 7f7e528 commit a8dad15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Deploy static content to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["main"]
6+
# push:
7+
# branches: ["main"]
88
schedule:
9-
- cron: '35 2 * * 1-5'
10-
- cron: '32 15 * * 1-5'
9+
- cron: '30 2 * * 1-5'
10+
- cron: '30 15 * * 1-5'
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:

0 commit comments

Comments
 (0)