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 34d2818 commit 0aca7bbCopy full SHA for 0aca7bb
.github/workflows/sonatype.yaml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
build:
26
- if: github.repository_owner == 'mybatis'
+ if: github.repository_owner == 'mybatis' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v2
travis/after_success.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#
3
-# Copyright 2009-2019 the original author or authors.
+# Copyright 2009-2020 the original author or authors.
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
0 commit comments