ci: remove if condition from create PR step

This commit is contained in:
Manuel
2024-06-01 22:52:32 +02:00
parent 4b304c74bc
commit 4ff39b26e9

View File

@@ -30,7 +30,6 @@ jobs:
token: ${{ github.token }}
branch: dev
- name: Create pull request
if: startsWith(github.ref, 'refs/heads/feature')
uses: devops-infra/action-pull-request@v0.5.5
id: create-pull-request
with: