From cfe03cd2657ccc7099babade710b819fa5e6efef Mon Sep 17 00:00:00 2001 From: jlsantiago Date: Mon, 6 Nov 2023 23:12:01 +0100 Subject: [PATCH] Change to execute test --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42ad4a50..f8f4f7a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [master] + branches: [RuntimeDetection] pull_request: - branches: [master] + branches: [RuntimeDetection] jobs: build: