mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
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
|
||||
on: push
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue