Skip to content

Commit c3e4539

Browse files
committed
Update GitHub CI workflow to only run on pull request.
1 parent 90663ac commit c3e4539

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Unit Test Linux
22

33
on:
4-
push:
5-
# pull_request:
4+
# push:
5+
pull_request:
66

77
jobs:
88
run-tests:

0 commit comments

Comments
 (0)