From 3cbdd8addb033b4f67f2ceca1a98bcb37aef7bbd Mon Sep 17 00:00:00 2001 From: iglocska Date: Thu, 21 Mar 2024 14:37:10 +0100 Subject: [PATCH] chg: [test] run tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d60373e3a..3b2c8c084 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: misp # events but only for the 2.4 and develop branches on: push: - branches: [ '2.4', develop, misp-stix, taxii ] + branches: [ '2.4', develop, misp-stix, taxii, test_debug2 ] pull_request: branches: [ '2.4', develop, misp-stix ]