Skip to content

Commit 41a8597

Browse files
committed
Add scheduled CI runs to ensure things stay working.
This should help catch/validate things as the runners update with new Xcodes, etc.
1 parent c8a105f commit 41a8597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
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:
813

914
jobs:
1015
macOS:

0 commit comments

Comments
 (0)