Skip to content

Commit

Permalink
fix: remove conditions on release (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
filimarc authored Oct 7, 2024
1 parent 17e851a commit 7debcdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:


jobs:
isort:
Expand All @@ -17,8 +17,6 @@ jobs:
tag_release:
needs: [isort, black, build]
runs-on: ubuntu-latest
# if the repo is the main one or is triggered manually.
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event.push.head.repo.full_name == github.repository) }}
outputs:
tag: ${{ steps.semver.outputs.next }}
old_tag: ${{ steps.semver.outputs.current }}
Expand Down

0 comments on commit 7debcdd

Please sign in to comment.