Skip to content

Commit

Permalink
Update branches where to run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez committed Sep 13, 2024
1 parent b57d0a8 commit e211fec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: conda_build

on:
push:
branches: [master, development, fix_CI]
branches: [master, development]
pull_request:
branches: [master, development, fix_CI]
branches: [master, development]


env:
Expand Down Expand Up @@ -34,7 +34,6 @@ jobs:
miniforge-variant: Miniforge3
miniforge-version: latest
activate-environment: bc_builds
#conda-version: "23.5.2"
use-mamba: true

- name: Ensure Python 3.11 is installed in base environment
Expand Down

0 comments on commit e211fec

Please sign in to comment.