Update CI-linpeas_prod.yml
This commit is contained in:
parent
e929e031df
commit
dba68fac4c
5
.github/workflows/CI-linpeas_prod.yml
vendored
5
.github/workflows/CI-linpeas_prod.yml
vendored
@ -6,6 +6,9 @@ name: CI-linpeas_prod
|
|||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the master branch
|
# Triggers the workflow on push or pull request events but only for the master branch
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- linpeas_prod
|
||||||
paths:
|
paths:
|
||||||
- 'linPEAS/linpeas.sh'
|
- 'linPEAS/linpeas.sh'
|
||||||
|
|
||||||
@ -38,4 +41,4 @@ jobs:
|
|||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run linpeas
|
- name: Run linpeas
|
||||||
run: linPEAS/linpeas.sh
|
run: linPEAS/linpeas.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user