We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a105f commit 41a8597Copy full SHA for 41a8597
.github/workflows/main.yml
@@ -5,6 +5,11 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
+ schedule:
9
+ # Run the first and fifteenth of every month at 5:12 UTC
10
+ - cron: '12 4 1,15 * *'
11
+ # Also allow manual triggering from the github UX to revalidate things.
12
+ workflow_dispatch:
13
14
jobs:
15
macOS:
0 commit comments