Skip to content

Commit

Permalink
fix: ci deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wenig committed May 12, 2022
1 parent 7e39fd6 commit 3964e05
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 @@ -78,7 +78,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
if: github.base_ref == 'main' && github.event.push
if: github.ref_name == 'main' && github.event_name == 'push'
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit 3964e05

Please sign in to comment.