We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7e528 commit a8dad15Copy full SHA for a8dad15
1 file changed
.github/workflows/static.yml
@@ -3,11 +3,11 @@ name: Deploy static content to Pages
3
4
on:
5
# Runs on pushes targeting the default branch
6
- push:
7
- branches: ["main"]
+# push:
+# branches: ["main"]
8
schedule:
9
- - cron: '35 2 * * 1-5'
10
- - cron: '32 15 * * 1-5'
+ - cron: '30 2 * * 1-5'
+ - cron: '30 15 * * 1-5'
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments