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