Skip to content

Commit 6f1d833

Browse files
authored
Add push event trigger for tests in GitHub Actions workflow (#54)
1 parent 7d1d431 commit 6f1d833

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

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

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [main]
6+
push:
7+
branches: [main]
68

79
jobs:
810
test:

0 commit comments

Comments
 (0)