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: branches:
- master - master
pull_request: pull_request:
branches: branches:
- '**' - '**'
workflow_dispatch:
env: env:
BUILD_TYPE: Release BUILD_TYPE: Release

View File

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

View File

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

View File

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

View File

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

View File

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