change tests to run on all branches except docs
This commit is contained in:
3
.github/workflows/test-package.yml
vendored
3
.github/workflows/test-package.yml
vendored
@ -5,7 +5,8 @@ name: build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches-ignore:
|
||||||
|
- 'gh-pages'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user