Skip to content

Commit 248cf01

Browse files
committed
Run tests if pre-commit config is modified
1 parent 768022d commit 248cf01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- '**.c'
1212
- '**.py'
1313
- '**.rst'
14+
- '.pre-commit-config.yaml'
1415

1516
pull_request:
1617
branches: main
@@ -19,6 +20,7 @@ on:
1920
- '**.c'
2021
- '**.py'
2122
- '**.rst'
23+
- '.pre-commit-config.yaml'
2224

2325
concurrency:
2426
group: ${{ github.workflow }}-${{ github.ref }}-format-lint

0 commit comments

Comments
 (0)