We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29d9bb commit b996b86Copy full SHA for b996b86
.github/workflows/ci.yml
@@ -4,7 +4,9 @@ on:
4
push:
5
branches: master
6
pull_request:
7
- branches: master
+ branches:
8
+ - master
9
+ - 1.1.x
10
11
env:
12
ENV_FILE: environment.yml
0 commit comments