mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
ci: add manual triggers
This commit is contained in:
parent
bf24de0d04
commit
bbd53fc570
2 changed files with 3 additions and 1 deletions
2
.github/workflows/oranda.yml
vendored
2
.github/workflows/oranda.yml
vendored
|
@ -47,6 +47,8 @@ on:
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
# Alright, let's do it!
|
# Alright, let's do it!
|
||||||
jobs:
|
jobs:
|
||||||
oranda:
|
oranda:
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -40,7 +40,7 @@ on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '**[0-9]+.[0-9]+.[0-9]+*'
|
- '**[0-9]+.[0-9]+.[0-9]+*'
|
||||||
pull_request:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run 'cargo dist plan' to determine what tasks we need to do
|
# Run 'cargo dist plan' to determine what tasks we need to do
|
||||||
|
|
Loading…
Add table
Reference in a new issue