CI: added workflow_dispatch

This commit is contained in:
matlabbe
2026-08-06 14:35:24 -07:00
parent 8355e531bc
commit 829c3c157a
6 changed files with 11 additions and 5 deletions

View File

@@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
branches:
branches:
- '**'
workflow_dispatch:
env:
BUILD_TYPE: Release

View File

@@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
branches:
branches:
- '**'
workflow_dispatch:
env:
BUILD_TYPE: Release

View File

@@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
branches:
branches:
- '**'
workflow_dispatch:
env:
BUILD_TYPE: Release

View File

@@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
branches:
branches:
- '**'
workflow_dispatch:
env:
BUILD_TYPE: Release

View File

@@ -5,8 +5,9 @@ on:
branches:
- master
pull_request:
branches:
branches:
- '**'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -16,6 +16,7 @@ on:
branches:
- '**'
paths: *ios_paths
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}