summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux-build.yml1
-rw-r--r--.github/workflows/mac-build.yml1
-rw-r--r--.github/workflows/win-build.yml1
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 29aa98b..5c177aa 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-branch"
+ - "core-8-6-branch"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 462bd92..7be147e 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-branch"
+ - "core-8-6-branch"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 3809786..9c1fe43 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-branch"
+ - "core-8-6-branch"
tags:
- "core-**"
permissions: