Skip to content

Commit 67f510f

Browse files
committed
[chores] Added CI for 1.0 branch
1 parent 4937b64 commit 67f510f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
push:
77
branches:
88
- master
9+
- "1.0"
910
pull_request:
1011
branches:
1112
- master
1213
- dev
14+
- "1.0"
1315

1416
jobs:
1517

@@ -48,7 +50,7 @@ jobs:
4850
run: |
4951
pip install -U pip wheel setuptools
5052
pip install -U -r requirements-test.txt
51-
53+
5254
- name: Install npm dependencies
5355
run: sudo npm install -g jshint stylelint
5456

0 commit comments

Comments
 (0)