run CI against all PRs and pushes, in any branch (#2056)

This commit is contained in:
Doug Lauder 2022-01-06 12:33:29 -05:00 committed by GitHub
parent 2d1ac87e56
commit 0727fbc96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,6 @@
name: Check-in tests
on:
push:
branches: [ main, release-** ]
pull_request:
branches: [ main, release-** ]
on: [push, pull_request]
jobs: