This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit d05954a68d2e708e9d28964c7c21562310e95c04 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Aug 12 22:50:22 2019 +0200 Added trigger for branches. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2072c98..435f20e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - GITHUB* pull_request: branches: - MDEP-*
