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.
2 parents 9d1f02e + 5e6408d commit 4a6c025Copy full SHA for 4a6c025
.github/workflows/site.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
+ if: github.repository_owner == 'mybatis' && contains(toJSON(github.event.head_commit.message), '[maven-release-plugin] prepare release')
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
0 commit comments