mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
More conservative workflow config
This commit is contained in:
parent
8d2ed31fef
commit
7ea97b0abf
3 changed files with 6 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -3,8 +3,6 @@ name: Build
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -2,6 +2,8 @@ name: Test Coverage
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
4
.github/workflows/validate-install.yml
vendored
4
.github/workflows/validate-install.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
name: Validate Install
|
||||
|
||||
|
|
Loading…
Reference in a new issue