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