From 9085db919cb3dffb91ab5f0cc71593c6583283b6 Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng Date: Wed, 13 Oct 2021 16:58:52 +0200 Subject: [PATCH] chore: add manual dipatch to CI and labels workflow --- .github/workflows/continous-integration.yml | 1 + .github/workflows/labels.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 4c35f02..88c10c6 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -1,6 +1,7 @@ name: continuous-integration on: + workflow_dispatch: pull_request: push: branches: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index aeefbb7..f8d902c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -1,6 +1,7 @@ name: labels on: + workflow_dispatch: push: branches: - main