From 1bf91fcd0ccf8e2289350160f3e290da9a0a15b3 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Thu, 25 Apr 2024 21:13:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20allow=20manually=20trigger=20`au?= =?UTF-8?q?tocorrect`=20workflow=20(#123)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/autocorrect.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autocorrect.yml b/.github/workflows/autocorrect.yml index 49f3e7b..4a81ed4 100644 --- a/.github/workflows/autocorrect.yml +++ b/.github/workflows/autocorrect.yml @@ -4,6 +4,8 @@ on: schedule: - cron: '29 6 * * 6' + workflow_dispatch: + jobs: lint: runs-on: ubuntu-latest