Skip to content

Commit

Permalink
fix: ensure pr workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Apr 8, 2024
1 parent 4b68e73 commit fa6c1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Pull Request
on:
pull_request:
branches:
- "!release-please*/*"
branches-ignore:
- "release-please*/*"
jobs:
format:
name: Format
Expand Down

0 comments on commit fa6c1b8

Please sign in to comment.