Skip to content

Commit

Permalink
Fix to trigger release unconditionally to the action type
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 10, 2025
1 parent 58b4679 commit 6e7da59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/virtualmin.dev:virtualmin-gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ on:
branches:
- master
release:
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' || github.event.action == 'edited') }}
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 6e7da59

Please sign in to comment.