Parcourir la source

chore: obviously also run if workflow file is adusted

rugk il y a 10 mois
Parent
commit
38bc1a2590
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/eslint.yml

+ 2 - 0
.github/workflows/eslint.yml

@@ -4,9 +4,11 @@ on:
   push:
     paths:
       - 'js/**/*.js'
+      - .github/workflows/eslint.yml
   pull_request:
     paths:
       - 'js/**/*.js'
+      - .github/workflows/eslint.yml
 
 jobs:
   eslint: