Skip to content

Commit

Permalink
ci: don't run ci workflow on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Aug 27, 2024
1 parent be54cf1 commit a4f7133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Continuous Integration
on:
push:
branches-ignore:
- 'release-please**'
pull_request:
branches-ignore:
- 'release-please**'

jobs:
code-quality:
Expand Down

0 comments on commit a4f7133

Please sign in to comment.