Run workflows when they are changed.

Related comments: https://github.com/Textualize/textual/pull/2577\#issuecomment-1549411724
This commit is contained in:
Rodrigo Girão Serrão
2023-05-16 11:43:31 +01:00
parent 9b09b19e5f
commit a9a04dc37a
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ name: Black format check
on:
pull_request:
paths:
- '.github/workflows/black_format.yml'
- '**.py'
jobs:

View File

@@ -3,6 +3,7 @@ name: Test Textual module
on:
pull_request:
paths:
- '.github/workflows/pythonpackage.yml'
- '**.py'
- '**.pyi'
- '**.css'