Skip to content

Commit

Permalink
rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jun 26, 2024
1 parent a48307b commit 784f8b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: mambabuild
on:
push:
branches:
- master
- bundle_update_2023
- main
env:
atoken: ${{ secrets.ANACONDA_UPLOAD_TOKEN }}
recipe_path: conda/recipe
Expand Down Expand Up @@ -42,8 +41,8 @@ jobs:
})
pkgdown_site:
# only build pkgdown site on master
if: github.ref_name == 'master'
# only build pkgdown site on main
if: github.ref_name == 'main'
name: Deploy pkgdown website
runs-on: ubuntu-latest
needs: build_conda_pkgs
Expand Down

0 comments on commit 784f8b2

Please sign in to comment.