Skip to content

Commit

Permalink
Actions: Run Lint only when py files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jan 3, 2021
1 parent 0e5afb1 commit 8810ea9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Lint

on: [push, pull_request]
on:
push:
paths:
- '**.py'
pull_request:
paths:
- '**.py'

jobs:
lint:
Expand Down

0 comments on commit 8810ea9

Please sign in to comment.