Skip to content

Commit 3f6a60b

Browse files
committed
enable github workflows for all branches
1 parent 3d9e017 commit 3f6a60b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- '*'
77
tags:
88
- '*'
99
pull_request:
10+
branches:
11+
- '*'
1012

1113
jobs:
1214
test:

0 commit comments

Comments
 (0)