diff options
author | fvogel <fvogelnew1@free.fr> | 2024-01-09 21:52:15 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-01-09 21:52:15 (GMT) |
commit | fc1e0f28a6e35ab8c83f7f4e895be62f1612fae1 (patch) | |
tree | 5daa7c57bd0b7c744f3c0177b71fe752f2656406 | |
parent | 331c44949f4defc3c8c54a354150e7d8b3d8b5fd (diff) | |
download | tk-fc1e0f28a6e35ab8c83f7f4e895be62f1612fae1.zip tk-fc1e0f28a6e35ab8c83f7f4e895be62f1612fae1.tar.gz tk-fc1e0f28a6e35ab8c83f7f4e895be62f1612fae1.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 77d5849..725001e 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-737abf45230" tags: - "core-**" permissions: diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 70af86d..4040ec2 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-737abf45230" tags: - "core-**" permissions: diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 6e399be..ed0dafc 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-737abf45230" tags: - "core-**" permissions: |