From 85f9e05bece730cf293511fbda71f487b0746abc Mon Sep 17 00:00:00 2001 From: YutaGoto <12590762+YutaGoto@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:44:09 +0900 Subject: [PATCH] :construction_worker: fix ci running condition --- .github/workflows/lint.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3454a39..6ed3c43 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,12 @@ name: CI on: - - push + pull_request: + branches: + - main + push: + branches: + - main jobs: lint: