Skip to content

Commit 15d9a44

Browse files
authored
also run tests when merging to main (#35)
1 parent 38d1695 commit 15d9a44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 🧪 Run Tests
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
6+
push:
7+
branches:
8+
- main
69

710
jobs:
811

0 commit comments

Comments
 (0)