summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 0e5002a40..c195af96d 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -6,6 +6,10 @@ concurrency:
on:
push:
+ branches:
+ - master
+ # Stable branches such as 0.56 or 1.0
+ - '[0-9]+.[0-9]+'
paths:
- "mesonbuild/**"
- "test cases/**"