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/**"
|
||||
- Makefile
|
||||
- README.md
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- Makefile
|
||||
- README.md
|
||||
workflow_dispatch:
|
||||
|
||||
defaults:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user