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