Skip to content

Commit

Permalink
v1.0.0 - official release
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Mar 28, 2024
1 parent 1cf2c94 commit efec28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_rust_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./scripts/test

- name: Merge to master branch
if: ${{ inputs.branch == 'dev' }}
if: ${{ inputs.branch != 'master' }}
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit efec28b

Please sign in to comment.