Skip to content

Commit

Permalink
chore(ruff) : branches except main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasK committed Jul 4, 2024
1 parent 05e3dcb commit 3d16a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ruff
on:
push:
branches:
- dev
- '!master'
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d16a38

Please sign in to comment.