forked from Ocean/datum_gateway
CI: Run on non-master branches and PRs
This commit is contained in:
parent
37597c31e7
commit
8314cf8dd7
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user