Browse Source

feat(dev): Run dev env workflow when .pre-commit-config.yaml changes (#29331)

This might help catch issues that can derive from new pre-commit hooks
or changes in the configuration.
Armen Zambrano G 3 years ago
parent
commit
f9d5425b4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/development-environment.yml

+ 1 - 0
.github/workflows/development-environment.yml

@@ -2,6 +2,7 @@ name: dev env
 on:
   pull_request:
     paths:
+      - '.pre-commit-config.yaml'
       - 'Makefile'
       - '.github/actions/*'
       - '.github/workflows/development-environment.yml'