Skip to content

Commit e543d95

Browse files
authored
ci: only trigger test workflow on push for main branch
1 parent 43ee419 commit e543d95

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Tests
22

33
on:
44
push:
5-
paths-ignore:
6-
- "LICENSE"
7-
- "**.md"
8-
- "examples/*"
9-
- "templates/*"
5+
branches:
6+
- main
107
pull_request:
118
paths-ignore:
129
- "LICENSE"

0 commit comments

Comments
 (0)