Enable CI on PRs
This commit is contained in:
parent
c2115d878b
commit
cb72ab1ac7
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
@ -1,5 +1,10 @@
|
||||||
name: Build
|
name: Build
|
||||||
on: push
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Add table
Reference in a new issue