We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a1420 commit 98bb357Copy full SHA for 98bb357
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: "!contains(github.event.head_commit.message, 'Release')"
+ if: "!startsWith(github.event.head_commit.message, 'Release v')"
11
runs-on: ubuntu-latest
12
steps:
13
- name: Set up JDK 17
0 commit comments