Skip to content

Commit

Permalink
chore: update GitHub Actions workflow to deploy from both main and de…
Browse files Browse the repository at this point in the history
…vel branches, and refresh dependencies in pixi.lock
  • Loading branch information
jjjermiah committed Nov 14, 2024
1 parent 8274e4d commit 60350d6
Show file tree
Hide file tree
Showing 2 changed files with 3,250 additions and 257 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:

needs: Unit-Tests

# if pulling to main, deploy to PyPI
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/devel'

# Set up operating system
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 60350d6

Please sign in to comment.