forked from PretendoNetwork/Inkay
chore: Run CI builds for pull requests too
This commit is contained in:
parent
4966ef3eca
commit
eea33cbd18
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
name: Inkay-CI
|
||||
|
||||
on: push
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build-inkay:
|
||||
|
|
|
|||
Loading…
Reference in a new issue