From d7857981cefb84e1f143b51d18bd6ea4ba27b275 Mon Sep 17 00:00:00 2001 From: Robert Bindar Date: Mon, 1 Apr 2024 15:04:10 +0300 Subject: [PATCH] address Theo's comment --- .github/workflows/ci-azure.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-azure.yml b/.github/workflows/ci-azure.yml index c3c3559c83c..1997da3233c 100644 --- a/.github/workflows/ci-azure.yml +++ b/.github/workflows/ci-azure.yml @@ -1,6 +1,7 @@ name: CI Azure on: workflow_call: + workflow_dispatch: inputs: ci_backend: description: 'Name of the job backend/target' @@ -20,6 +21,10 @@ on: default: '' required: true type: string + push: + branches: + - dev + - release-* env: bootstrap_args: "--enable-ccache --vcpkg-base-triplet=x64-${{ startsWith(inputs.matrix_image, 'ubuntu-') && 'linux' || 'osx' }} ${{ inputs.bootstrap_args }}"