Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 8d3176d

Browse files
committed
Enable test on push to main
1 parent af31094 commit 8d3176d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ name: Test
88
on:
99
workflow_call:
1010

11+
push:
12+
branches:
13+
- "main"
14+
1115
pull_request:
1216
branches: ["main"]
1317

0 commit comments

Comments
 (0)