diff options
| -rw-r--r-- | .github/workflows/nonative.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/os_comp.yml | 2 |
2 files changed, 4 insertions, 0 deletions
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 b8940fa32..a5be49935 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: |
