Run CI workflow on PR to main

This commit is contained in:
Bob Farrell 2024-03-09 18:54:23 +00:00
parent 26cbe2b67c
commit 804bfb54ed

View File

@ -5,6 +5,8 @@ name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * *' #Makes sense, we are testing against master
workflow_dispatch: