ci: Don't need to trigger main CI on release-plz branches, or on PRs that don't target master

This commit is contained in:
Chris Hennick 2024-04-24 00:36:46 -07:00
parent c76627bba8
commit 8df1c4cb33
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -2,7 +2,11 @@ name: CI
on:
pull_request:
branches:
- 'master'
push:
branches-ignore:
- 'release-plz-**'
workflow_dispatch:
env: