From 7f4b8c3b29f0a1e4c70e18ebb34a0ca543021763 Mon Sep 17 00:00:00 2001 From: ttsukagoshi Date: Fri, 21 Jan 2022 15:30:38 +0900 Subject: [PATCH] Enable on.push.branches-ignore at main --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7580c4b..af79b44 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -16,7 +16,7 @@ name: Lint Code Base ############################# on: push: - # branches-ignore: [main] + branches-ignore: [main] # Remove the line above to run when pushing to main pull_request: branches: [main]