From bfeaa575e7f386f4185f446916749dec901dcc3d Mon Sep 17 00:00:00 2001 From: jlsantiago Date: Tue, 7 Nov 2023 00:05:45 +0100 Subject: [PATCH] Let master branch in the CI test execution --- .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 4711de35..db051001 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [RuntimeDetection] + branches: [master] pull_request: - branches: [RuntimeDetection] + branches: [master] jobs: build: