Skip to content

Commit 4e618f1

Browse files
committed
ci: add additional test run on push to main
1 parent f591799 commit 4e618f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Tests
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches: [ main ]
5+
pull_request:
6+
branches: [ main ]
37

48
jobs:
59
test:

0 commit comments

Comments
 (0)