1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Build only on branches

Issue gh-11480
This commit is contained in:
Steve Riesenberg
2022-07-18 11:45:39 -05:00
parent 148756076c
commit aaf20e7b61
@@ -2,6 +2,8 @@ name: CI
on:
push:
branches:
- '**'
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger