ci: allow manual ci trigger

This commit is contained in:
jo 2023-02-27 12:34:17 +01:00 committed by Kyle Robbertze
parent 7d1f9252b2
commit d4a4c34c4d
9 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Analyzer name: Analyzer
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: API Client name: API Client
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: API schema name: API schema
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: API name: API
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: Legacy name: Legacy
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: Playout name: Playout
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: Project name: Project
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
pull_request: pull_request:

View File

@ -1,6 +1,7 @@
name: Shared name: Shared
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths:

View File

@ -1,6 +1,7 @@
name: Worker name: Worker
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
paths: paths: