From 396d5fa159668ede3d36c8b3399872b5f033cfdf Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 29 Jul 2026 07:33:18 +0200 Subject: [PATCH] allow to start workflows in the UI --- .github/workflows/ci.yml | 1 + .github/workflows/static.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0c8e61..9884b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - '[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.x' pull_request: + workflow_dispatch: jobs: build: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9ce155c..5d8464a 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -6,6 +6,7 @@ on: - '[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.x' pull_request: + workflow_dispatch: jobs: phpstan: