Skip to content

Commit 05c9862

Browse files
RahulHereRahulHere
authored andcommitted
Enable release creation on dev_improve_client_fetch_tools_cross_build branch
1 parent 2246e87 commit 05c9862

4 files changed

Lines changed: 1 addition & 133 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
needs: [build-linux, build-windows, build-macos]
217217
if: |
218-
(github.event_name == 'push' && github.ref == 'refs/heads/dev_cross_build') ||
218+
(github.event_name == 'push' && (github.ref == 'refs/heads/dev_cross_build' || github.ref == 'refs/heads/dev_improve_client_fetch_tools_cross_build')) ||
219219
(github.event_name == 'workflow_dispatch' && github.event.inputs.create_release == 'true')
220220
221221
steps:

.github/workflows/ci-macos.yml.disabled

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/ci.yml.disabled

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/workflows/clang-format-check.yml.disabled

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)