Skip to content

Commit

Permalink
merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jul 30, 2024
2 parents efcdaff + f810f49 commit 94ff80a
Show file tree
Hide file tree
Showing 333 changed files with 29,792 additions and 10,425 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
needs: lint
runs-on: ubuntu-latest
strategy:
# if one python version fails, let the others finish
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
Expand Down Expand Up @@ -102,7 +104,7 @@ jobs:
publish_docs:
needs: update_docs
runs-on: ubuntu-latest
if: github.event_name == 'push' && (github.ref == 'refs/heads/dev')
if: github.event_name == 'push' && (github.ref == 'refs/heads/stable')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
Loading

0 comments on commit 94ff80a

Please sign in to comment.