From 37ce41b2a678d044e9d2f04e81547ff030eace16 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:01:21 +1200 Subject: [PATCH] Run lint on PR branch --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index a1d6a51b5..6c2518923 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -3,7 +3,7 @@ name: Static Analysis (Linting) # This workflow is triggered on pushes to trunk, and any PRs. on: push: - branches: [trunk] + branches: [trunk, fix/2832-remove-old-themes] pull_request: workflow_dispatch: