Skip to content

Commit

Permalink
Adding paths that should trigger this file to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Jul 31, 2024
1 parent 8484747 commit 1600e02
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
name: Pylint

on:
push: {}
pull_request: {}
push:
paths:
# Changes to any python file:
- '**.py'
# Or Actions this workflow depends on (including itself):
- '.pylintrc'
- '.github/workflows/pylint.yml'
- '.github/workflows/composite-setup-python/action.yaml'
pull_request:
paths:
- '**.py'
- '.pylintrc'
- '.github/workflows/pylint.yml'
- '.github/workflows/composite-setup-python/action.yaml'

jobs:
python-lint:
Expand Down

0 comments on commit 1600e02

Please sign in to comment.