Skip to content

Commit

Permalink
Add support for tagged releases [no-build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 9, 2025
1 parent 565b131 commit 9707aba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/virtualmin.dev:virtualmin-awstats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ on:
push:
branches:
- master
tags:
- '*'

jobs:
build:
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
uses: webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main
with:
build-type: module
project-name: ${{ github.event.repository.name }}
tagged-release: ${{ startsWith(github.ref, 'refs/tags/') }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }}
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
PRERELEASE_UPLOAD_SSH_DIR: ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }}
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
DEV_SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}

0 comments on commit 9707aba

Please sign in to comment.