Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 31, 2025
1 parent a1a7e39 commit 239ef6d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
name: Bump version and publish

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

jobs:
tag:
permissions:
contents: write

if: >
github.event_name == 'workflow_dispatch' ||
(github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.head_branch == 'main')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 239ef6d

Please sign in to comment.