Chore: Add pushes to main in the backend-unit-test workflow (#102570)

* baldm0mma/ update backend unit tests to run on push to `main`

* baldm0mma/ update naming
This commit is contained in:
Jev Forsberg
2025-03-20 16:24:36 -06:00
committed by GitHub
parent 1067bf9025
commit ac90e314a6
2 changed files with 8 additions and 1 deletions
@@ -5,6 +5,13 @@ on:
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- main
- release-*.*.*
paths-ignore:
- 'docs/**'
- '**/*.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}