0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

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:
issue_comment:
types: [created]
workflow_dispatch:
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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