From 897edc3a636b694ac5128a7c7461fffc518436a8 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 19 Jul 2021 15:05:12 +0200 Subject: [PATCH] Run CI on push to *.*.x branch Run on merge in other words --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9931b5a5..53ad143b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -6,7 +6,7 @@ on: pull_request: push: branches: - - "master" + - "*.*.x" schedule: - cron: "0 17 * * *"