Skip to content

Commit ef454f0

Browse files
author
pavel.s@smplt.net
committed
release
1 parent a806a5e commit ef454f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/use.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
runs-on: ${{ needs.setup.outputs.runner }}
3434
steps:
3535
- name: Build with Maven
36-
if: ${{ github.event_name == 'push'}}
37-
run: echo "push"
38-
- name: Deploy with Maven
39-
if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
40-
run: echo "Deploying tag ${{ github.ref }}"
36+
# if: ${{ github.event_name == 'push'}}
37+
run: echo "push"; echo ${{ github.event_name }}
38+
# - name: Deploy with Maven
39+
# if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
40+
# run: echo "Deploying tag ${{ github.ref }}"
4141

0 commit comments

Comments
 (0)