Update lint and tests to run on PRs

This commit is contained in:
Logan Cusano
2024-08-17 17:49:12 -04:00
parent edb7ec41b1
commit 628fd80710
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
branches:
- "*"
jobs: jobs:
lint-js: lint-js:

View File

@@ -3,7 +3,7 @@ name: DRB Tests
on: on:
pull_request: pull_request:
branches: branches:
- main - "*"
push: push:
branches: branches:
- main - main