From 810f598cec4354c5ea658164e3a0d56d09c1c9c9 Mon Sep 17 00:00:00 2001 From: joergi <1439809+joergi@users.noreply.github.com> Date: Mon, 24 Jul 2023 23:34:29 +0200 Subject: [PATCH] adds workflow_dispatch: {} --- .github/workflows/linters.yml | 1 + .github/workflows/testing-regular-issues.yml | 1 + .github/workflows/testing-special-issues.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 261febe..ac29c7e 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -10,6 +10,7 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: {} # A workflow run is made up of one or more jobs # that can run sequentially or in parallel diff --git a/.github/workflows/testing-regular-issues.yml b/.github/workflows/testing-regular-issues.yml index e227ba8..52ed839 100644 --- a/.github/workflows/testing-regular-issues.yml +++ b/.github/workflows/testing-regular-issues.yml @@ -9,6 +9,7 @@ on: branches: [ main ] pull_request: branches: [ main ] + workflow_dispatch: {} # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/.github/workflows/testing-special-issues.yml b/.github/workflows/testing-special-issues.yml index 5e28e39..bfa5fb5 100644 --- a/.github/workflows/testing-special-issues.yml +++ b/.github/workflows/testing-special-issues.yml @@ -9,6 +9,7 @@ on: branches: [ main ] pull_request: branches: [ main ] + workflow_dispatch: {} # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: