Skip to content

Commit e8bab04

Browse files
committed
run test on workflows
1 parent cca4515 commit e8bab04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Tests
22

33
on:
4-
push:
4+
pull_request:
5+
types: [opened, synchronize] # Don't rerun on `edited` to save time
56

67
jobs:
78
unit-test:

0 commit comments

Comments
 (0)