summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-02 08:21:04 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-02 08:21:04 (GMT)
commit32bd9fd0d23aba8484b98abe79ff5a98917ef4f1 (patch)
treee3f58eaca52f369405b1d410292f911f1bf470df /.github
parent6a1f856c63dbdc6ebb99436df4c6703c8808a5d8 (diff)
parent5162de4fec3460b6a5bfaa042aed97526719fdfe (diff)
downloadtcl-32bd9fd0d23aba8484b98abe79ff5a98917ef4f1.zip
tcl-32bd9fd0d23aba8484b98abe79ff5a98917ef4f1.tar.gz
tcl-32bd9fd0d23aba8484b98abe79ff5a98917ef4f1.tar.bz2
We definitely need to build core-8-6-branch of Tcl IMHO.
Diffstat (limited to '.github')
-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 977a944..81f3e7e 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 c3593a9..7772ebe 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 54111c5..11e4db5 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: