Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Nov 26, 2024
1 parent 6fa77e3 commit de9d3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/java

on:
workflow_dispatch:
push:
branches:
- '*'
Expand Down Expand Up @@ -77,4 +78,4 @@ jobs:
tag: ${{ env.dBTestCompareVersion }}
name: "Version ${{ env.dBTestCompareVersion }}"
skipIfReleaseExists: true
if: success() && startsWith(github.ref, 'refs/tags/')
if: success() && startsWith(github.ref, 'refs/tags/')

0 comments on commit de9d3ef

Please sign in to comment.