Merge pull request #128 from alixander/alixander/on-pr
ci: Trigger on pull_request
This commit is contained in:
commit
5c78f6e4b0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ci
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue