Skip to content

Commit

Permalink
ci: Update linter trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Oct 26, 2023
1 parent 05d7f0a commit 4bb77bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
ruff:
Expand Down

0 comments on commit 4bb77bf

Please sign in to comment.