chore: manually trigger ci

This commit is contained in:
Endercheif 2023-02-14 19:38:25 -08:00 committed by GitHub
parent 7cd9e019a1
commit 20bff4da8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
- synchronize - synchronize
paths: paths:
- 'packages/**' - 'packages/**'
workflow_dispatch:
jobs: jobs:
check-pkg: check-pkg:

View File

@ -7,6 +7,7 @@ on:
- v3 - v3
paths: paths:
- packages/** - packages/**
workflow_dispatch:
jobs: jobs:
build-pkg: build-pkg:

View File

@ -6,6 +6,7 @@ on:
- v3 - v3
paths: paths:
- repo/** - repo/**
workflow_dispatch:
jobs: jobs:
push_to_registry: push_to_registry: