mirror of
https://github.com/beetbox/beets.git
synced 2026-03-06 21:22:09 +01:00
Run GitHub Actions CI on pull requests too
This commit is contained in:
parent
1aa35edd3d
commit
74ad966528
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: ci
|
||||
on: push
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test-27:
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue