We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5237a43 commit edc16f9Copy full SHA for edc16f9
1 file changed
.github/workflows/build.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- main
6
+ schedule:
7
+ # Run every 90 days
8
+ - cron: '0 0 1 1,4,7,10 *'
9
+ workflow_dispatch: # Allow manual triggering
10
permissions:
11
actions: write
12
jobs:
0 commit comments