Skip to content

Commit 29131ed

Browse files
committed
Dev: Build on tag conditionally [no-build]
1 parent 9bd1121 commit 29131ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/virtualmin.dev:virtualmin-htpasswd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
build-type: module
1515
project-name: ${{ github.event.repository.name }}
16-
tagged-release: true
16+
tagged-release: ${{ startsWith(github.ref, 'refs/tags/') }}
1717
secrets:
1818
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
1919
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}

0 commit comments

Comments
 (0)