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:
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user