We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417e74a commit f51a363Copy full SHA for f51a363
.github/workflows/conda.yml
@@ -3,7 +3,8 @@ name: Conda
3
on:
4
pull_request:
5
push:
6
- branches: [master, main]
+ # branches: [master, main]
7
+ branches: [main]
8
jobs:
9
conda-test:
10
name: Conda Install & Test
.github/workflows/docker.yaml
@@ -1,7 +1,8 @@
1
2
docker-test:
name: Docker install and test
0 commit comments