ci: add workflow dispatch (#6386)

This commit is contained in:
Emanuele Stoppa 2023-03-01 14:02:35 +00:00 committed by GitHub
parent f4937949d6
commit c1ca84a8c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 0 deletions

View file

@ -3,6 +3,7 @@ name: Benchmark
on: on:
issue_comment: issue_comment:
types: [created] types: [created]
workflow_dispatch:
env: env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

View file

@ -1,6 +1,7 @@
name: Examples astro check name: Examples astro check
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View file

@ -1,6 +1,7 @@
name: CI name: CI
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View file

@ -1,6 +1,7 @@
name: "Format Code" name: "Format Code"
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View file

@ -1,6 +1,7 @@
name: Main Checks name: Main Checks
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View file

@ -1,6 +1,7 @@
name: Scripts name: Scripts
on: on:
workflow_dispatch:
pull_request: pull_request:
branches: branches:
- "main" - "main"

View file

@ -1,6 +1,7 @@
name: Create a Snapshot Release name: Create a Snapshot Release
on: on:
workflow_dispatch:
issue_comment: issue_comment:
types: [created] types: [created]