Skip to content

Commit

Permalink
Dev: Build on tag conditionally [no-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 9, 2025
1 parent ac6e921 commit ecd623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/virtualmin.dev:webmin-jailkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
build-type: module
project-name: ${{ github.event.repository.name }}
tagged-release: true
tagged-release: ${{ startsWith(github.ref, 'refs/tags/') }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
Expand Down

0 comments on commit ecd623c

Please sign in to comment.