Merge pull request #128 from alixander/alixander/on-pr

ci: Trigger on pull_request
This commit is contained in:
Alexander Wang 2022-11-21 14:19:52 -08:00 committed by GitHub
commit 5c78f6e4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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