Skip to content

Commit

Permalink
address Theo's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbindar committed Apr 1, 2024
1 parent a3f80aa commit d785798
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-azure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI Azure
on:
workflow_call:
workflow_dispatch:
inputs:
ci_backend:
description: 'Name of the job backend/target'
Expand All @@ -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 }}"
Expand Down

0 comments on commit d785798

Please sign in to comment.