Skip to content

Commit

Permalink
feat: Sustancial changes to release
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Aug 23, 2022
1 parent 1cd1c9d commit 50d98a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
release:
name: Release x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/release'
needs: test

steps:
Expand Down

0 comments on commit 50d98a5

Please sign in to comment.