run CI against all PRs and pushes, in any branch (#2056)
This commit is contained in:
parent
2d1ac87e56
commit
0727fbc96a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -1,10 +1,6 @@
|
|||
name: Check-in tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, release-** ]
|
||||
pull_request:
|
||||
branches: [ main, release-** ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue