diff --git a/.github/workflows/linpeas-development.yml b/.github/workflows/linpeas-development.yml index 50525e7..e387e22 100644 --- a/.github/workflows/linpeas-development.yml +++ b/.github/workflows/linpeas-development.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI-linpeas-ubuntu +name: CI-linpeas-dev # Controls when the action will run. on: @@ -9,7 +9,7 @@ on: branches: - 'linpeas-dev' paths: - - 'linPEAS/linpeas.sh' + - '!linPEAS/linpeas.sh' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: