Skip to content

Commit

Permalink
Remove conditional check for pull request merge in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JustNZ committed Jan 5, 2025
1 parent f6a33b4 commit db71454
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 @@ -7,7 +7,6 @@ on:

jobs:
build:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' && startsWith(github.event.pull_request.head.ref, 'release')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit db71454

Please sign in to comment.