commit 2f921809cc7ce118d5e4570cd545b05eb61e91f9 parent c5a3f55a391889f88240db8bcccc27cd21ff8daf Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 28 Sep 2023 01:54:40 +0200 Fix CI Diffstat:
| A | .yara-ci.yml | | | 7 | +++++++ |
| R | detect_tokens.yara -> rules/detect_tokens.yara | | | 0 | |
| R | test.yara -> rules/test.yara | | | 0 |
3 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.yara-ci.yml b/.yara-ci.yml @@ -0,0 +1,6 @@ +branches: + accept: + - "**" +files: + ignore: + - "rules/test.yara" +\ No newline at end of file diff --git a/detect_tokens.yara b/rules/detect_tokens.yara diff --git a/test.yara b/rules/test.yara