about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2022-06-10 15:13:45 +0200
committertoonn <toonn@toonn.io>2022-06-10 15:13:45 +0200
commit0368c26ecc1335c88c39befbd46c4826e09ffd55 (patch)
treeeb2c8a7ae58a9e281b2d58ca0f53de0de4e40eee
parent00c84187ece4cddd0299528b5c722d85ea129c90 (diff)
downloadranger-0368c26ecc1335c88c39befbd46c4826e09ffd55.tar.gz
GHActions: Rerun PyLint when requirements.txt changes
-rw-r--r--.github/workflows/pylint.yml2
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: