From edeedec96ebe18792634f8889becacdd8e344a5c Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 9 Jan 2021 12:34:04 +0530 Subject: [PATCH] ci: Run github workflows on stable branches too --- .github/workflows/nonative.yml | 2 ++ .github/workflows/os_comp.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index 44eeb9e52..fd6045f35 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # Stable branches such as 0.56 or the eventual 1.0 + - '[0-9]+.[0-9]+' pull_request: jobs: diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index bc48b39d1..dc65fb875 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # Stable branches such as 0.56 or the eventual 1.0 + - '[0-9]+.[0-9]+' pull_request: jobs: