Skip to content

Commit

Permalink
ci: Ignore release-please branches for CI tests (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen authored Mar 19, 2024
1 parent b129602 commit 5f4c0dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
pull_request:
branches-ignore:
- 'release-please--branches--main'
workflow_dispatch:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"release-type": "python",
"target-branch": "main",
"include-v-in-tag": true,
"pull-request-title-pattern": "chore: release ${version}",
"changelog-sections": [
{
"type": "feat",
Expand All @@ -19,7 +21,7 @@
},
{
"type": "chore",
"section": "🤡 Other Changes",
"section": " Other Changes",
"hidden": false
},
{
Expand Down

0 comments on commit 5f4c0dc

Please sign in to comment.