Skip to content

Commit

Permalink
[#8] 1.0.0 - fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Aug 7, 2024
1 parent 81e5e49 commit c7ee137
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check_rust_quality.yml
Original file line number Diff line number Diff line change
@@ -2,8 +2,7 @@ name: Run rust quality checks

on:
push:
branches:
- dev
branches: ['*']
workflow_call:
inputs:
branch:
@@ -35,7 +34,7 @@ jobs:
run: ./scripts/test

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

0 comments on commit c7ee137

Please sign in to comment.