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:
parent
f4937949d6
commit
c1ca84a8c1
7 changed files with 7 additions and 0 deletions
1
.github/workflows/benchmark.yml
vendored
1
.github/workflows/benchmark.yml
vendored
|
@ -3,6 +3,7 @@ name: Benchmark
|
|||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
|
|
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Examples astro check
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
1
.github/workflows/format.yml
vendored
1
.github/workflows/format.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: "Format Code"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Main Checks
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
1
.github/workflows/scripts.yml
vendored
1
.github/workflows/scripts.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Scripts
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
|
|
1
.github/workflows/snapshot-release.yml
vendored
1
.github/workflows/snapshot-release.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Create a Snapshot Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
|
|
Loading…
Reference in a new issue