diff options
author | fvogel <fvogelnew1@free.fr> | 2023-11-22 20:51:03 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2023-11-22 20:51:03 (GMT) |
commit | 60ec7f60d5bc8ebbf4210697b0be9cb465597b1b (patch) | |
tree | 9f6dab01d2bd41c2a6d62b0379e06ffd1564d342 | |
parent | a300d0cd2edf46c4e982ec869c353151a7bfea99 (diff) | |
download | tk-60ec7f60d5bc8ebbf4210697b0be9cb465597b1b.zip tk-60ec7f60d5bc8ebbf4210697b0be9cb465597b1b.tar.gz tk-60ec7f60d5bc8ebbf4210697b0be9cb465597b1b.tar.bz2 |
Let this bugfix branch build and test at Github Actions.
-rw-r--r-- | .github/workflows/linux-build.yml | 1 | ||||
-rw-r--r-- | .github/workflows/mac-build.yml | 1 | ||||
-rw-r--r-- | .github/workflows/win-build.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 0d63264..627e03c 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-1d8b7124b6" tags: - "core-**" permissions: diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 6c06a55..85a185a 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-1d8b7124b6" tags: - "core-**" permissions: diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 75f3a99..774d825 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-1d8b7124b6" tags: - "core-**" permissions: |