aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/nonative.yml2
-rw-r--r--.github/workflows/os_comp.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml
index 44eeb9e..fd6045f 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 b8940fa..a5be499 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: