Skip to content

Commit

Permalink
fix(release.yaml): removed extra if statements preventing jobs from r…
Browse files Browse the repository at this point in the history
…unning
  • Loading branch information
mehdi-ra committed Jul 21, 2023
1 parent 48e6463 commit b25631d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
build:
runs-on: ubuntu-latest

if: github.event.pull_request.merged

steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
Expand Down

0 comments on commit b25631d

Please sign in to comment.