summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2024-05-27 20:12:49 (GMT)
committerfvogel <fvogelnew1@free.fr>2024-05-27 20:12:49 (GMT)
commit340f961ba19b94eb6646bcbf8859350e8d8a9eef (patch)
tree5a4dd7fc54f9dcc3675cf3baacacd984f9a3eb4b
parent729cd7729f8a5b5290076907781b39720da9d938 (diff)
downloadtk-340f961ba19b94eb6646bcbf8859350e8d8a9eef.zip
tk-340f961ba19b94eb6646bcbf8859350e8d8a9eef.tar.gz
tk-340f961ba19b94eb6646bcbf8859350e8d8a9eef.tar.bz2
Let this bugfix branch build and test at Github Actions.
-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 9414037..042e436 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -5,6 +5,7 @@ on:
- "main"
- "core-8-branch"
- "core-8-6-branch"
+ - "bug-8162e9b7a9"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 9fd297a..5a871e6 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -5,6 +5,7 @@ on:
- "main"
- "core-8-branch"
- "core-8-6-branch"
+ - "bug-8162e9b7a9"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 6642a8d..d84abb6 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -5,6 +5,7 @@ on:
- "main"
- "core-8-branch"
- "core-8-6-branch"
+ - "bug-8162e9b7a9"
tags:
- "core-**"
permissions: