Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 1, 2025
1 parent c55244d commit 2092657
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ name: Bump version and publish

on:
workflow_dispatch:
workflow_run:
workflows: [ "CI" ]
types: [ completed ]
#workflow_run:
# workflows: [ "CI" ]
# types: [ completed ]

jobs:
tag:
permissions:
contents: write

if: >
github.event_name == 'workflow_dispatch' ||
(github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main')
#if: >
# github.event_name == 'workflow_dispatch' ||
# (github.event.workflow_run.conclusion == 'success' &&
# github.event.workflow_run.head_branch == 'main')

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2092657

Please sign in to comment.