summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-08 13:04:04 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-08 13:04:04 (GMT)
commit06374e267ab5ffeccccd30401d5d732a5c6fb06c (patch)
tree3f93122197f46642f7a8f518e450d0dbac539bc6
parent51b6ec31a5761d95bf765730df1f8d0d52221961 (diff)
downloadtk-06374e267ab5ffeccccd30401d5d732a5c6fb06c.zip
tk-06374e267ab5ffeccccd30401d5d732a5c6fb06c.tar.gz
tk-06374e267ab5ffeccccd30401d5d732a5c6fb06c.tar.bz2
Let branch less_tests_constraints build at Github Actions for all platforms.
-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..206da33 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "less_tests_constraints"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 6c06a55..791f03d 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "less_tests_constraints"
tags:
- "core-**"
permissions:
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 75f3a99..5c2819b 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -4,6 +4,7 @@ on:
branches:
- "main"
- "core-8-6-branch"
+ - "less_tests_constraints"
tags:
- "core-**"
permissions: