From 445ecebcf27ab857b6280244fcda974d2649c643 Mon Sep 17 00:00:00 2001 From: Yosuke Akatsuka Date: Mon, 17 Jul 2023 00:13:43 +0900 Subject: [PATCH] don't run typos in case of merging to main --- .github/workflows/typos.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 4807cadeb..b78d5088e 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -1,8 +1,5 @@ name: Typos on: - push: - branches: - - main pull_request: workflow_dispatch: