Skip to content

Commit 05892a3

Browse files
committed
add dev braches to ci; rm nightly
1 parent 8bbb07c commit 05892a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
pull_request:
44
branches:
55
- master
6+
- dev
67
push:
78
branches:
89
- master
10+
- dev
911
tags: '*'
1012
jobs:
1113
test:
@@ -17,7 +19,6 @@ jobs:
1719
version:
1820
- '1.5'
1921
- '1'
20-
- 'nightly'
2122
os:
2223
- ubuntu-latest
2324
arch:

0 commit comments

Comments
 (0)