build: build on pull request
This commit is contained in:
parent
12f7e25a85
commit
4218065e0e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -7,6 +7,12 @@ on:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- Makefile
|
- Makefile
|
||||||
- README.md
|
- README.md
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
paths-ignore:
|
||||||
|
- "docs/**"
|
||||||
|
- Makefile
|
||||||
|
- README.md
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user