Skip to content

Commit e279fc1

Browse files
committed
CI: run tests only when pushing to main or release branches
1 parent 7266148 commit e279fc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ name: tests
66

77
on:
88
push:
9+
branches:
10+
- main
11+
- release-*
912
pull_request:
1013
branches:
1114
- main

0 commit comments

Comments
 (0)