ci: trigger build and test on pull request

This commit is contained in:
Leroy Hopson 2025-06-28 18:21:21 +12:00
parent 64a085c4f4
commit 344b303864
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -2,6 +2,7 @@ name: "Build and Test"
on:
push:
pull_request:
schedule: # Build and test daily.
- cron: 0 11 * * *