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 5, 2025
1 parent 334dd57 commit c43f399
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@ name: Bump version and publish

on:
workflow_dispatch:
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')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit c43f399

Please sign in to comment.