Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin67 committed Nov 28, 2023
1 parent 3021d54 commit 848ce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
name: Validate PR title
runs-on: ubuntu-latest
if: ${{ ! startsWith(github.head_ref, 'release/*') }}
if: ${{ ! contains(github.head_ref, 'release/') }}
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down

0 comments on commit 848ce86

Please sign in to comment.