Skip to content

Commit 27d0890

Browse files
CI: Checks-and-Web-and-Docs-on-1.0.x
1 parent 818ee65 commit 27d0890

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: CI
22

33
on:
44
push:
5-
branches: master
5+
branches:
6+
- master
7+
- 1.0.x
68
pull_request:
7-
branches: master
9+
branches:
10+
- master
11+
- 1.0.x
812

913
env:
1014
ENV_FILE: environment.yml

0 commit comments

Comments
 (0)