Skip to content

Commit 6724e10

Browse files
committed
Add on push trigger to ruff action
1 parent 0f47d16 commit 6724e10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Lint Python code
22
on:
33
pull_request:
4+
push:
45
jobs:
56
flake8-linter:
67
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)