Skip to content

Commit 98bb357

Browse files
chore: fix filter
Signed-off-by: Joris Mancini <[email protected]>
1 parent a9a1420 commit 98bb357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
if: "!contains(github.event.head_commit.message, 'Release')"
10+
if: "!startsWith(github.event.head_commit.message, 'Release v')"
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up JDK 17

0 commit comments

Comments
 (0)