Limit workflow to master
This commit is contained in:
parent
e3cbf3e9b9
commit
9b8ef2cade
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -1,7 +1,10 @@
|
||||
name: build
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -1,7 +1,11 @@
|
||||
name: test
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user