Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/main_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ on:
required: false
pull_request: # ... a PR is opened / updated
merge_group: # ... the PR is added to the merge queue
push: # ... code is pushed to any branch
push:
branches:
- main # ... when merging into the main branch

# cancel running jobs if theres a newer push
concurrency:
Expand Down