Skip to content

Commit

Permalink
fix: add cron to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Nov 20, 2023
1 parent 47d084d commit ff24990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
schedule:
- cron: '30 12 * * *'

# Allow this job to clone the repo and create a page deployment
permissions:
Expand Down

0 comments on commit ff24990

Please sign in to comment.