From fd76ce1a7bb1b361efc4aa3cce34c3f6261b3dbb Mon Sep 17 00:00:00 2001 From: Phillip Araujo Date: Thu, 14 Nov 2024 12:19:32 -0500 Subject: [PATCH] Changed lint actions to run on every branch, not just f24 --- .github/workflows/standardjs.yml | 6 ++---- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/standardjs.yml b/.github/workflows/standardjs.yml index 705cb3459d..6f06a609eb 100644 --- a/.github/workflows/standardjs.yml +++ b/.github/workflows/standardjs.yml @@ -3,12 +3,10 @@ name: StandardJS Lint on: pull_request: branches: - - f24 - - standard-js-tool + - '*' push: branches: - - f24 - - standard-js-tool + - '*' jobs: lint: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c4e8f090bd..de86123d47 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -3,7 +3,7 @@ name: Lint and test on: pull_request: branches: - - f24 + - '*' workflow_call: # Usually called from deploy defaults: