Update linpeas-development.yml
This commit is contained in:
parent
78c59267dc
commit
7d7c687d7d
4
.github/workflows/linpeas-development.yml
vendored
4
.github/workflows/linpeas-development.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
# Triggers the workflow on push or pull request events but only for the master branch
|
# Triggers the workflow on push or pull request events but only for the master branch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'linpeasdevelop'
|
- 'linpeas-dev'
|
||||||
paths:
|
paths:
|
||||||
- '!**linpeas.sh'
|
- '!**linpeas.sh'
|
||||||
|
|
||||||
@ -55,5 +55,5 @@ jobs:
|
|||||||
- name: pull-request
|
- name: pull-request
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
with:
|
with:
|
||||||
destination_branch: "master" #Pull request to master
|
destination_branch: "linpeas-prod" #Pull request to master
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user