ci: add manual triggers

This commit is contained in:
Marcello 2024-02-14 23:59:35 +01:00
parent bf24de0d04
commit bbd53fc570
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -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