From 7b7033c6b00d8bdf8f75cb603292d951eec039a9 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 9 Feb 2023 19:07:14 +0000 Subject: [PATCH] chore: run linting only on pr --- .github/workflows/eslint.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index af3ef57..2b9ceef 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -1,8 +1,6 @@ name: Linting on: pull_request: - push: - branches: [main] jobs: formatting: timeout-minutes: 15