We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faea17d commit 9b2e87dCopy full SHA for 9b2e87d
.github/workflows/Release.yml
@@ -17,14 +17,6 @@ jobs:
17
fetch-tags: true
18
fetch-depth: 0
19
20
- - name: Get branch name
21
- id: branch-names
22
- uses: tj-actions/branch-names@v9
23
-
24
- - name: Exit if not on main branch
25
- if: ${{ steps.branch-names.outputs.current_branch }} != 'main'
26
- run: exit -1
27
28
- name: Set up JDK 21
29
uses: actions/[email protected]
30
with:
0 commit comments