From 2fd2f31c86e8af9e66afb63a586e31c3bbc7d6d1 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 5 Aug 2026 12:02:16 +0400 Subject: [PATCH] Allow triggering CI on demand --- .github/workflows/ci.yml | 1 + .github/workflows/lint.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 944b6ff..b6d0afa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: "1" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d66ee3d..76d14e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,6 +5,7 @@ on: branches-ignore: - "dependabot/**" pull_request: + workflow_dispatch: env: FORCE_COLOR: "1"