Skip to content

Commit f933a15

Browse files
committed
Dev: Trigger tagged build for testing
1 parent c6c47f3 commit f933a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/virtualmin.dev:virtualmin-nginx.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: ${{ startsWith(github.ref, 'refs/tags/') }}
16+
tagged-release: true
1717
secrets:
1818
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
1919
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}

0 commit comments

Comments
 (0)