From 5b72f942e7060e278bdae99d21faa220a80461e6 Mon Sep 17 00:00:00 2001 From: Adam Thompson-Sharpe Date: Wed, 12 Jun 2024 09:04:41 -0400 Subject: [PATCH] [ci] Change `push` to only run for main This should stop CI from unnecessarily running twice on PR's. --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ce7bed339..f4a91d1e0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,8 @@ name: Lint & Test Types on: push: + branches: + - main pull_request: concurrency: