Make sure CI runs on pull requests too
This commit is contained in:
parent
a238f10eec
commit
f02bc421cd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,6 +2,11 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
CACHE_VERSION: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue