Skip to content

Commit b2bd1d7

Browse files
committed
add dev branches to CI; rm nightly
1 parent a842bc2 commit b2bd1d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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.0'
1921
- '1'
20-
- 'nightly'
2122
os:
2223
- ubuntu-latest
2324
arch:

0 commit comments

Comments
 (0)