Skip to content

Commit

Permalink
.github/go: schedule job for posting blog posts in future
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 13, 2024
1 parent d77b139 commit 7115c80
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 @@ -6,6 +6,8 @@ name: Go
on:
push:
branches: [ "main" ]
schedule:
- cron: '5 0 * * *'

jobs:

Expand Down

0 comments on commit 7115c80

Please sign in to comment.