Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Loop3D/loopstructural-visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed May 28, 2024
2 parents 099c43c + 303a843 commit 46c6485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
black .
- name: Lint with ruff
run: |
ruff check LoopStructural --fix
ruff check . --fix
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "style: style fixes by ruff and autoformatting by black"
Expand All @@ -38,7 +38,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
needs: ["linting","make_sdist"]
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
Expand Down

0 comments on commit 46c6485

Please sign in to comment.