Skip to content

Commit caa2e17

Browse files
author
pavel.s@smplt.net
committed
release
1 parent 2c1e4ff commit caa2e17

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/use.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
needs: [setup]
3333
runs-on: ${{ needs.setup.outputs.runner }}
3434
steps:
35-
# - name: Build with Maven
36-
# if: github.ref == 'refs/heads/master'
37-
# run: echo 'push'
38-
- name: Deploy with Maven
35+
- name: Build without tag
36+
if: github.ref == 'refs/heads/master'
37+
run: echo 'push'
38+
- name: Deploy with tag
3939
if: startsWith(github.event.ref, 'refs/tags/2')
4040
run: echo "Deploying tag ${{ github.ref }}"

0 commit comments

Comments
 (0)