From bbd53fc5703e06f78e0dd82c1bcd8e29242dae18 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Wed, 14 Feb 2024 23:59:35 +0100 Subject: [PATCH] ci: add manual triggers --- .github/workflows/oranda.yml | 2 ++ .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/oranda.yml b/.github/workflows/oranda.yml index 46b2050..d05f58e 100644 --- a/.github/workflows/oranda.yml +++ b/.github/workflows/oranda.yml @@ -47,6 +47,8 @@ on: types: - completed + workflow_dispatch: + # Alright, let's do it! jobs: oranda: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af1ed83..04721ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ on: push: tags: - '**[0-9]+.[0-9]+.[0-9]+*' - pull_request: + workflow_dispatch: jobs: # Run 'cargo dist plan' to determine what tasks we need to do