We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a806a5e commit ef454f0Copy full SHA for ef454f0
1 file changed
.github/workflows/use.yml
@@ -33,9 +33,9 @@ jobs:
33
runs-on: ${{ needs.setup.outputs.runner }}
34
steps:
35
- 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 }}"
+# if: ${{ github.event_name == 'push'}}
+ run: echo "push"; echo ${{ github.event_name }}
+# - name: Deploy with Maven
+# if: ${{ github.event_name == 'create' && github.event.ref_type == 'tag' }}
+# run: echo "Deploying tag ${{ github.ref }}"
41
0 commit comments