summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-21 21:37:47 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-21 21:37:47 (GMT)
commitb7d1a7bd58e238ccb20bd09830f305804c664a0f (patch)
tree978d3e762de2f2bb36bc6675f0cd852b0eceed90
parentf858ba33cf37e6b66c728c230d1b1d5e13922910 (diff)
downloadtk-b7d1a7bd58e238ccb20bd09830f305804c664a0f.zip
tk-b7d1a7bd58e238ccb20bd09830f305804c664a0f.tar.gz
tk-b7d1a7bd58e238ccb20bd09830f305804c664a0f.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 d594c0c..da08e41 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "bug-198376af5a"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 6c06a55..daac461 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "bug-198376af5a"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 75f3a99..454e375 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "bug-198376af5a"
tags:
- "core-**"
permissions: