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: