commit | 11538245a6d3f6a3dadf593d3c7491d5a1f27103 | [log] [tgz] |
---|---|---|
author | Slawomir Jaranowski <s.jaranowski@gmail.com> | Tue Oct 26 02:26:06 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue Oct 26 10:26:06 2021 +1000 |
tree | 7f9d67706f28c37a8b5edb9569f9e3832dc78307 | |
parent | dda2d77ed7277fd42cde8659852b5d21c66d0103 [diff] |
Release drafter - add v* branches (#13)
Create GitHub workflow in project with content:
name: Verify on: push: branches-ignore: - dependabot/** pull_request: jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main
Excludes from build matrix:
... uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify-with-its.yml@main with: matrix-exclude: > [ {"jdk": "8"}, # exclude jdk 8 from all builds {"os": "windows-latest"}, # exclude windows from all builds {"jdk": "8", "os": "windows-latest"} # exclude jkd 8 on windows ]