From 514e3d3053c2bd4bcc661d4fc9a914d1a5df99f2 Mon Sep 17 00:00:00 2001 From: ledgerwatch <akhounov@gmail.com> Date: Tue, 16 Nov 2021 12:13:36 +0000 Subject: [PATCH] Run CI actions on PRs and pushes for stable branch (#2968) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 897c7b0eae..842e6ba89f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,11 @@ on: push: branches: - devel + - stable pull_request: branches: - devel + - stable jobs: tests: strategy: -- GitLab