Unverified Commit f74c0feb authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Unit tests run on `main` branch

parent eeb99721
...@@ -6,10 +6,10 @@ name: Unit Tests ...@@ -6,10 +6,10 @@ name: Unit Tests
on: on:
push: push:
branches: branches:
- 'big-refactor*' - 'main'
pull_request: pull_request:
branches: branches:
- 'big-refactor*' - 'main'
workflow_dispatch: workflow_dispatch:
# Jobs run concurrently and steps run sequentially within a job. # Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required. # jobs: linter and cpu_tests. Add more jobs/steps as required.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment