Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Sep 17, 2023
1 parent bd0cd67 commit fbcfeca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
needs:
- lint
- rustfmt
- test-native
- test-native-stable
- test-native-msrv
- test-web
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
steps:
Expand Down

0 comments on commit fbcfeca

Please sign in to comment.