Skip to content

Commit

Permalink
Run the workflow every day (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmq authored Jun 23, 2024
1 parent eb6d797 commit 1342f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule: # Run every day
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1342f3e

Please sign in to comment.