Skip to content

Commit 698cb4c

Browse files
Remove toml filtering for branches (#5243)
(cherry picked from commit 5662427)
1 parent c0af382 commit 698cb4c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/esql-validation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: ES|QL Validation
22
on:
33
pull_request:
44
branches: [ "*" ]
5-
paths:
6-
- 'rules/**/*.toml'
75
jobs:
86
build-and-validate:
97
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)