We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ec15 commit 099c481Copy full SHA for 099c481
1 file changed
.github/workflows/secu-dependency-scan.yml
@@ -5,6 +5,30 @@ concurrency:
5
6
on:
7
pull_request:
8
+ paths:
9
+ - '**'
10
+ - '!lib/crates/**'
11
+ - '!tests/**'
12
+ - '!centreon-awie'
13
+ - '!centreon-dsm'
14
+ - '!centreon-ha'
15
+ - '!centreon-open-tickets'
16
+ - '!centreon'
17
+ - '!php-tools'
18
+ - '!cciam'
19
+ - '!cloud-trial'
20
+ - '!infrastructure'
21
+ - '!license-delivery'
22
+ - '!redis'
23
+ - '!anomaly_detection/training/**'
24
+ - '!centreon-cloud-ml/**'
25
+ - '!runners/**'
26
+ - '!.github/workflows/runners-build.yml'
27
+ - '!backplane/**/*.tf'
28
+ - '!.github/workflows/backplane.yml'
29
+ - '!observability/**'
30
+ - '!stonehenge/**'
31
+
32
workflow_dispatch:
33
34
jobs:
0 commit comments