CI: Run on non-master branches and PRs

This commit is contained in:
Luke Dashjr 2025-03-23 05:38:09 +00:00
parent 37597c31e7
commit 8314cf8dd7
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

@ -4,11 +4,7 @@ on:
schedule:
- cron: '0 0 1 * *'
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
@ -28,4 +24,4 @@ jobs:
run: |
cd build
cmake ..
make -j$(nproc)
make -j$(nproc)