Skip to content

Commit fc33be1

Browse files
authored
run unit test workflow on pull requests to main
1 parent 6f95a7b commit fc33be1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
name: Test Runner Unit Tests
1717
on:
1818
push: null
19+
pull_request:
20+
branches:
21+
- main
1922
permissions: read-all
2023
concurrency:
2124
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)