Skip to content

Commit

Permalink
Dev: Revert to build on tag only [no-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 9, 2025
1 parent 9d8d00e commit 7a759df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webmin.dev:usermin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
build-type: package
project-name: usermin
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 7a759df

Please sign in to comment.