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 38eaa28 commit 44d4b6dCopy full SHA for 44d4b6d
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
builds:
14
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
15
runs-on: ubuntu-latest
16
-
+ environment: ${{ startsWith(github.ref, 'refs/tags/v') && 'deployment' || '' }}
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up JDK 11
0 commit comments