Skip to content

Commit 32ab148

Browse files
committedSep 11, 2022
ci: Limit which branches run tests on push
1 parent c43cc0c commit 32ab148

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI tests
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- develop
8+
- release*
59
pull_request:
610

711
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.