Skip to content

Commit

Permalink
Merge pull request #3302 from harawata/site-deploy-on-release
Browse files Browse the repository at this point in the history
[GHA] 'site' should run on 'prepare release' commit
  • Loading branch information
harawata authored Nov 27, 2024
2 parents 9d1f02e + 5e6408d commit 4a6c025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
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')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4a6c025

Please sign in to comment.