From b06da74896715e305cd0ad63abd2d43532bd010c Mon Sep 17 00:00:00 2001 From: Dongxu Li Date: Thu, 29 Feb 2024 02:32:49 -0500 Subject: [PATCH] CI: test dispatch --- .github/workflows/build-all.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 833a5b6f04..0f03aff350 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -1,9 +1,11 @@ -name: Continuous build +name: Qt6 build on: workflow_dispatch: - - name: Build with Qt6 - branches: - - qt6 + branches: + - qt6 + +name: Continuous build +on: push: branches: - master