add pr for tests

This commit is contained in:
Cameron Koegel 2023-01-05 14:43:30 -05:00
parent 3c32df88b3
commit 81fcb135cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Tests e2e
on: [push]
on: [push, pull_request]
jobs:
build-and-e2e:

View File

@ -1,6 +1,6 @@
name: Unit Tests
on: [push]
on: [push, pull_request]
jobs:
build-and-unit: