Make tests run on pull requests
This commit is contained in:
parent
d55e2af83a
commit
4ec846cdad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 8 * * 6'
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue