Skip to content

Commit

Permalink
fixed pipeline - 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Aug 7, 2024
1 parent f5c7284 commit 423c671
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 @@ -34,7 +34,7 @@ jobs:
run: ./scripts/test

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

0 comments on commit 423c671

Please sign in to comment.