update test wf logic to not run twice for every push

This commit is contained in:
ckoegel 2023-06-06 10:27:32 -04:00
parent 587217e8c6
commit 7a543ebe72
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
name: E2E Tests
on: [push, pull_request]
on:
push:
branches:
- 'main'
pull_request:
jobs:
build-and-e2e:

View File

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