Skip to content

Commit

Permalink
ci(release.yml): remove redundant if-check
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt authored and jgroth committed Aug 7, 2024
1 parent 8d8297d commit 67940a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
release:
name: Run Semantic Release
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 67940a8

Please sign in to comment.