Skip to content

Commit f612133

Browse files
changing schedule for cron
1 parent 050b0fa commit f612133

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Github Pages Astro CI
22

33
on:
4-
# Trigger the workflow every time you push to the `main` branch
5-
# Using a different branch name? Replace `main` with your branch’s name
64
push:
75
branches: [ main ]
86
schedule:
9-
- cron: '0 0 * * *'
7+
- cron: '0 1 * * *'
108
# Allows you to run this workflow manually from the Actions tab on GitHub.
119
workflow_dispatch:
1210

0 commit comments

Comments
 (0)