Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH authored Jan 19, 2025
1 parent ab5cfd0 commit 774c84e
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: update
on:
schedule:
- cron: '30 19 * * *'
- cron: '30 19/3 * * *'
watch:
types: [started]
workflow_dispatch:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
git status
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 774c84e

Please sign in to comment.