Skip to content

Commit

Permalink
ci(release-please): ignore dev updates
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Jan 28, 2025
1 parent a1a2717 commit 43ae6ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ on:
push:
branches:
- main
paths-ignore:
- ".github/**"
- ".vscode/**"
- ".editorconfig"
- ".gitignore"
- ".prettierrc.json"
- ".prettierignore"
- "cspell.json"
- "eslint.config.mjs"

permissions:
contents: write
pull-requests: write

jobs:
release-please:
# prettier-ignore
if: '!startsWith(github.event.head_commit.message, ''build(deps-dev): bump the dev-dependencies group'')'
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
Expand Down

0 comments on commit 43ae6ab

Please sign in to comment.