From 30b8c9a8ed165902225572c08f9e17261a658fdc Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 10 Sep 2024 10:11:45 +0200 Subject: [PATCH] enable CI on pushes to master and stable branches --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06ee271d..2e9cc181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,11 @@ name: CI on: pull_request: + push: + branches: + - 'develop' + - 'master' + - '*-stable' concurrency: