Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressland authored Feb 19, 2024
1 parent 9cd7c2a commit ffa9d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: black --line-length=120 --check .
- run: isort --check --line-length 120 --profile black .
create_release:
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
name: create_release
runs-on: ubuntu-latest
needs: [ tests ]
Expand Down

0 comments on commit ffa9d8f

Please sign in to comment.