Skip to content

Commit

Permalink
Update GitHub Action settings on 0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Nov 27, 2022
1 parent 7f7e6e2 commit 1b25865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SonarCloud
on:
push:
branches:
- master
- 0.1.x
jobs:
build:
if: github.repository_owner == 'mybatis'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sonatype
on:
push:
branches:
- master
- 0.1.x
jobs:
build:
if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
Expand Down

0 comments on commit 1b25865

Please sign in to comment.