mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Dev: Revert to build on tag as all works fine now [no-build]
This commit is contained in:
2
.github/workflows/webmin.dev:webmin.yml
vendored
2
.github/workflows/webmin.dev:webmin.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
with:
|
||||
build-type: package
|
||||
project-name: webmin
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user