Update linpeas-development.yml

This commit is contained in:
Carlos Polop 2021-06-18 02:32:42 +02:00 committed by GitHub
parent 78c59267dc
commit 7d7c687d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}