Skip to content

Commit

Permalink
rename default branch to master, delete apptainer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jun 26, 2024
1 parent 06f6d04 commit a9096c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 69 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/apptainer.yaml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/build_conda_recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: deploy
on:
push:
branches:
- master
- bundle_update_2023
- locale
- main

env:
atoken: ${{ secrets.ANACONDA_UPLOAD_TOKEN }}
recipe_path: conda/recipe
Expand Down Expand Up @@ -86,7 +85,7 @@ jobs:
git commit -m "${MSG}"
git push
- name: 🌐 Website publish
if: github.ref_name == 'master'
if: github.ref_name == 'main'
run: |
micromamba env create -n pkgdownenv -f ${env_yml_path}/pkgdown.yml
micromamba activate pkgdownenv
Expand Down

0 comments on commit a9096c3

Please sign in to comment.