Skip to content

Commit

Permalink
fix workflows clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem-Fern committed Mar 9, 2024
1 parent 9f88548 commit 2780fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name: rust-clippy analyze

on:
push:
branches: [ "master", "dev" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master", "dev" ]
branches: [ "master" ]
schedule:
- cron: '31 7 * * 3'

Expand Down

0 comments on commit 2780fe3

Please sign in to comment.