We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1e4ff commit caa2e17Copy full SHA for caa2e17
1 file changed
.github/workflows/use.yml
@@ -32,9 +32,9 @@ jobs:
32
needs: [setup]
33
runs-on: ${{ needs.setup.outputs.runner }}
34
steps:
35
-# - name: Build with Maven
36
-# if: github.ref == 'refs/heads/master'
37
-# run: echo 'push'
38
- - name: Deploy with Maven
+ - name: Build without tag
+ if: github.ref == 'refs/heads/master'
+ run: echo 'push'
+ - name: Deploy with tag
39
if: startsWith(github.event.ref, 'refs/tags/2')
40
run: echo "Deploying tag ${{ github.ref }}"
0 commit comments