diff options
author | toonn <toonn@toonn.io> | 2022-06-10 15:13:45 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2022-06-10 15:13:45 +0200 |
commit | 0368c26ecc1335c88c39befbd46c4826e09ffd55 (patch) | |
tree | eb2c8a7ae58a9e281b2d58ca0f53de0de4e40eee | |
parent | 00c84187ece4cddd0299528b5c722d85ea129c90 (diff) | |
download | ranger-0368c26ecc1335c88c39befbd46c4826e09ffd55.tar.gz |
GHActions: Rerun PyLint when requirements.txt changes
-rw-r--r-- | .github/workflows/pylint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index c15f8f64..474b087f 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -5,10 +5,12 @@ on: paths: - '.github/workflows/pylint.yml' - '**.py' + - 'requirements.txt' pull_request: paths: - '.github/workflows/pylint.yml' - '**.py' + - 'requirements.txt' jobs: test_pylint: |