Skip to content

Commit 600dc53

Browse files
authored
Update version-code-and-release.yml
1 parent 1cddadb commit 600dc53

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/version-code-and-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: Version Code Check and Draft Release
33
on:
44
pull_request:
55
paths:
6-
- 'lib/kql/**'
7-
- 'lib/kibana/**'
6+
- 'lib/**'
87
- 'hunting/**'
9-
- 'etc/**'
108
- 'pyproject.toml'
9+
- 'Makefile'
10+
- 'docs/**'
11+
- 'detection_rules/**'
12+
- 'tests/**'
1113
types: [opened, reopened, synchronize]
1214
push:
1315
branches:

0 commit comments

Comments
 (0)