diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 2d9cbdb..a38a27a 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -3,7 +3,7 @@ cdt_name: channel_sources: - napari/label/bundle_tools_2,conda-forge channel_targets: -- napari bundle_tools +- napari bundle_tools_2 docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 target_os: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index ab12005..fe0677c 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET: channel_sources: - napari/label/bundle_tools_2,conda-forge channel_targets: -- napari bundle_tools +- napari bundle_tools_2 macos_machine: - x86_64-apple-darwin13.4.0 target_os: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 4ab389e..1e65b62 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,6 +1,6 @@ channel_sources: - napari/label/bundle_tools_2,conda-forge channel_targets: -- napari bundle_tools +- napari bundle_tools_2 target_os: - win diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index 5c6e050..a729deb 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -3,7 +3,12 @@ # -*- mode: yaml -*- name: Build conda package -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + jobs: build: diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 445cf24..d5bce5f 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -1,5 +1,5 @@ channel_targets: - - napari bundle_tools + - napari bundle_tools_2 channel_sources: - napari/label/bundle_tools_2,conda-forge target_os: