From 628fd80710dccb04f6a1d1a1cfa34121409281d6 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Aug 2024 17:49:12 -0400 Subject: [PATCH] Update lint and tests to run on PRs --- .gitea/workflows/DRBv3_linting.yaml | 2 ++ .gitea/workflows/DRBv3_tests.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/DRBv3_linting.yaml b/.gitea/workflows/DRBv3_linting.yaml index 9b144e1..a05c72f 100644 --- a/.gitea/workflows/DRBv3_linting.yaml +++ b/.gitea/workflows/DRBv3_linting.yaml @@ -5,6 +5,8 @@ on: branches: - main pull_request: + branches: + - "*" jobs: lint-js: diff --git a/.gitea/workflows/DRBv3_tests.yaml b/.gitea/workflows/DRBv3_tests.yaml index 42f58ea..7b09309 100644 --- a/.gitea/workflows/DRBv3_tests.yaml +++ b/.gitea/workflows/DRBv3_tests.yaml @@ -3,7 +3,7 @@ name: DRB Tests on: pull_request: branches: - - main + - "*" push: branches: - main