Skip to content

Commit f6b4af2

Browse files
authored
Trigger tests on pull requests as well as pushes
1 parent 11f7128 commit f6b4af2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Tests
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
test:
55
name: Tests

0 commit comments

Comments
 (0)