Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Add schedule event to run regularly
  • Loading branch information
Polarnova authored Nov 29, 2023
1 parent 659b5fe commit ca317fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
schedule:
- cron: '12 3 15 1/2 *' # At 03:12 on day-of-month 15 in every 2nd month from January through December.

jobs:
build:
Expand Down

0 comments on commit ca317fc

Please sign in to comment.