Run checks on push
This commit is contained in:
parent
cf80faebd5
commit
9958324539
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Check
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
|
|
Loading…
Reference in a new issue