Skip to content

Commit b996b86

Browse files
Backport PR #35467: CI: activate github actions on 1.1.x (PR only) (#35535)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent e29d9bb commit b996b86

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)