From ba0fcfb24561a72c00bc2671615bdca4d24d0348 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 6 Aug 2024 14:08:05 +1000 Subject: [PATCH] ci: wrong branch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b368c2..bc759f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: conda-build: name: Building conda package for python needs: ["release-please"] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest strategy: fail-fast: false