From 7893404147eca6b01998685fb105e63420e5dba0 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 18 Jun 2021 02:44:43 +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 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: