From 7d7c687d7deaf224df34cd22c5a8ba7eb0127b9d Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 02:32:42 +0200 Subject: [PATCH] Update linpeas-development.yml --- .github/workflows/linpeas-development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linpeas-development.yml b/.github/workflows/linpeas-development.yml index 16515ad..239563f 100644 --- a/.github/workflows/linpeas-development.yml +++ b/.github/workflows/linpeas-development.yml @@ -7,7 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: - - 'linpeasdevelop' + - 'linpeas-dev' paths: - '!**linpeas.sh' @@ -55,5 +55,5 @@ jobs: - name: pull-request uses: repo-sync/pull-request@v2 with: - destination_branch: "master" #Pull request to master + destination_branch: "linpeas-prod" #Pull request to master github_token: ${{ secrets.GITHUB_TOKEN }}