also run ci with pull request
This commit is contained in:
parent
8862239d32
commit
e6ff10906e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/githubci.yml
vendored
3
.github/workflows/githubci.yml
vendored
|
|
@ -1,10 +1,9 @@
|
|||
name: Github Arduino Library CI
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue