Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer authored Dec 17, 2023
1 parent 28d3b97 commit a42c880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ env:
USE_GITHUB_DATA: "true"
#MEDIUM_USERNAME: "hash3liZer"
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: "0 0 * * *" # see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
- cron: "30 3 * * *" # see https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events
permissions:
contents: write
jobs:
Expand Down

0 comments on commit a42c880

Please sign in to comment.