From 23b1ced3fbf17cea82ce6ad2ba637d665edd9464 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:48:34 +0100 Subject: [PATCH] refactor: run test CI on master or manual run --- .github/workflows/ontime_cy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ontime_cy.yml b/.github/workflows/ontime_cy.yml index e08c03b40..7952f0f35 100644 --- a/.github/workflows/ontime_cy.yml +++ b/.github/workflows/ontime_cy.yml @@ -3,7 +3,10 @@ name: ontime_test_CI -on: [pull_request] +on: + pull_request: + branches: [ master ] + workflow_dispatch: jobs: build: