From 3f55024f1ec6dbe3a76470f294f05181fecfe3b6 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 23 Feb 2024 17:28:11 -0800 Subject: [PATCH] workflow fixup Signed-off-by: Brian DeHamer --- .github/workflows/check-dist.yml | 4 +++- .github/workflows/ci.yml | 2 ++ .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/linter.yml | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5798200..8857945 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -10,10 +10,12 @@ name: Check Transpiled JavaScript on: + pull_request: + branches: + - main push: branches: - main - pull_request: permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb93ac..af1e44e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ name: Continuous Integration on: pull_request: + branches: + - main push: branches: - main diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 43942bf..b0d0a0b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,10 +1,10 @@ name: CodeQL on: - push: + pull_request: branches: - main - pull_request: + push: branches: - main schedule: diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 428ca1b..7b72f4b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -2,6 +2,8 @@ name: Lint Codebase on: pull_request: + branches: + - main push: branches: - main