mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
chore: manually trigger ci
This commit is contained in:
parent
7cd9e019a1
commit
20bff4da8c
3 changed files with 3 additions and 0 deletions
1
.github/workflows/package-pr.yaml
vendored
1
.github/workflows/package-pr.yaml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
- synchronize
|
- synchronize
|
||||||
paths:
|
paths:
|
||||||
- 'packages/**'
|
- 'packages/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-pkg:
|
check-pkg:
|
||||||
|
|
1
.github/workflows/package-push.yaml
vendored
1
.github/workflows/package-push.yaml
vendored
|
@ -7,6 +7,7 @@ on:
|
||||||
- v3
|
- v3
|
||||||
paths:
|
paths:
|
||||||
- packages/**
|
- packages/**
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-pkg:
|
build-pkg:
|
||||||
|
|
1
.github/workflows/repo-push.yaml
vendored
1
.github/workflows/repo-push.yaml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
- v3
|
- v3
|
||||||
paths:
|
paths:
|
||||||
- repo/**
|
- repo/**
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue