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