Skip to content

Commit 44d4b6d

Browse files
authored
Update build.yaml
1 parent 38eaa28 commit 44d4b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
builds:
1414
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
1515
runs-on: ubuntu-latest
16-
16+
environment: ${{ startsWith(github.ref, 'refs/tags/v') && 'deployment' || '' }}
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up JDK 11

0 commit comments

Comments
 (0)