Skip to content

Commit

Permalink
Attempt to fix deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
1BADragon committed Apr 22, 2024
1 parent cba3a05 commit 2f6266e
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 @@ -42,7 +42,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test-all
if: success() && github.ref == 'refs/heads/master'
if: success() && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2f6266e

Please sign in to comment.