Skip to content

Commit eb13bb5

Browse files
committed
only run ci on pushes to main
1 parent b0a9783 commit eb13bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66
pull_request:
77
paths-ignore:
88
- "README.md"
9+
910
push:
11+
branches:
12+
- "main"
1013
paths-ignore:
1114
- "README.md"
1215

0 commit comments

Comments
 (0)