Skip to content

Commit

Permalink
add cron job to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanElliottPalmer committed Feb 10, 2024
1 parent e35c1e3 commit 08993d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build it up!
on:
# # schedule:
# # - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 08993d8

Please sign in to comment.