Skip to content

Commit

Permalink
ci: skip github pr
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Mar 9, 2024
1 parent ebdc323 commit e1707ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Create Release
uses: google-github-actions/release-please-action@v4
id: release
with:
skip-github-pull-request: ${{ !contains(github.event.head_commit.message, "chore(main)") && !contains(github.event.head_commit.message, "release biome-pkl") }}
- name: Build Package
run: |
mise run pull-schema
Expand Down

0 comments on commit e1707ba

Please sign in to comment.