Skip to content

Commit 53f6b47

Browse files
CI: activate github actions on 1.1.x (PR only) (#35467)
1 parent d9d34ae commit 53f6b47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches: master
66
pull_request:
7-
branches: master
7+
branches:
8+
- master
9+
- 1.1.x
810

911
env:
1012
ENV_FILE: environment.yml

0 commit comments

Comments
 (0)