auto-pull-request workflow: fixed branch name

This commit is contained in:
alterNERDtive 2022-07-13 22:25:13 +02:00
parent 4f9e4799bf
commit db85c2b793
Signed by: alterNERDtive
GPG key ID: 547787A4FE6533F1

View file

@ -3,7 +3,7 @@ name: Pull Request on Branch Push
on: on:
push: push:
branches-ignore: branches-ignore:
- develop - devel
- release - release
jobs: jobs:
@ -15,6 +15,6 @@ jobs:
uses: vsoch/pull-request-action@1.0.19 uses: vsoch/pull-request-action@1.0.19
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: "develop" PULL_REQUEST_BRANCH: "devel"
PULL_REQUEST_DRAFT: true PULL_REQUEST_DRAFT: true
PASS_IF_EXISTS: true PASS_IF_EXISTS: true