From d2bacee3bf354e28d3b046f11fc28fe16841b7a0 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 02:17:41 +0200 Subject: [PATCH] Update linpeas-development.yml --- .github/workflows/linpeas-development.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linpeas-development.yml b/.github/workflows/linpeas-development.yml index 8430040..16515ad 100644 --- a/.github/workflows/linpeas-development.yml +++ b/.github/workflows/linpeas-development.yml @@ -6,7 +6,10 @@ name: CI-linpeas-ubuntu on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ linpeasdevelop ] + branches: + - 'linpeasdevelop' + paths: + - '!**linpeas.sh' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -53,4 +56,4 @@ jobs: uses: repo-sync/pull-request@v2 with: destination_branch: "master" #Pull request to master - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}