Skip to content

Commit

Permalink
when tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmeagher committed Apr 4, 2024
1 parent 545ea52 commit d91dc56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# SPDX-License-Identifier: BSD-2-Clause

name: Tests
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
Tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d91dc56

Please sign in to comment.