Skip to content

Commit

Permalink
Merge branch 'master' of github.com:virtualmin/virtualmin-gpl
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jan 10, 2025
2 parents f9870db + 3c298da commit 9e2276e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/virtualmin.dev:virtualmin-gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ on:
branches:
- master
release:
types: [published]
types:
- published
- edited

jobs:
build:
uses: webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main
with:
build-type: module
project-name: ${{ github.event.repository.name }}
is-release: ${{ github.event_name == 'release' && github.event.action == 'published' }}
is-release: ${{ github.event_name == 'release' }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
Expand Down

0 comments on commit 9e2276e

Please sign in to comment.