summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/windows.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index fe56a8eaf..79bb0d2b6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -2,7 +2,7 @@ name: Linux
on:
push:
- branches: [ "trunk", "1.8.x" ]
+ branches: [ "*" ]
tags: [ "*" ]
pull_request:
branches: [ "trunk", "1.8.x" ]
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 4f16cfeb6..8647702a5 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -2,7 +2,7 @@ name: macOS
on:
push:
- branches: [ "trunk", "1.8.x" ]
+ branches: [ "*" ]
tags: [ "*" ]
pull_request:
branches: [ "trunk" ]
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 83f052a4b..96b303f79 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -2,7 +2,7 @@ name: Windows
on:
push:
- branches: [ "trunk", "1.8.x" ]
+ branches: [ "*" ]
tags: [ "*" ]
pull_request:
branches: [ "trunk" ]