Skip to content

Commit

Permalink
Update ruff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybenoy authored Nov 30, 2023
1 parent de12779 commit fa55903
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
name: Ruff
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa55903

Please sign in to comment.