Skip to content

Commit

Permalink
ci: Don't need to trigger main CI on release-plz branches, or on PRs …
Browse files Browse the repository at this point in the history
…that don't target master
  • Loading branch information
Pr0methean committed Apr 24, 2024
1 parent c76627b commit 8df1c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: CI

on:
pull_request:
branches:
- 'master'
push:
branches-ignore:
- 'release-plz-**'
workflow_dispatch:

env:
Expand Down

0 comments on commit 8df1c4c

Please sign in to comment.