Only run CI when push on branches

Closes gh-2292
This commit is contained in:
Marcus Da Coregio
2023-04-18 14:53:35 -03:00
parent 51ca6c329e
commit 0e2d76bbaa

View File

@@ -2,6 +2,8 @@ name: CI
on:
push:
branches:
- '**'
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger