mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Run workflows when they are changed.
Related comments: https://github.com/Textualize/textual/pull/2577\#issuecomment-1549411724
This commit is contained in:
1
.github/workflows/black_format.yml
vendored
1
.github/workflows/black_format.yml
vendored
@@ -4,6 +4,7 @@ name: Black format check
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/black_format.yml'
|
||||
- '**.py'
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
@@ -3,6 +3,7 @@ name: Test Textual module
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/pythonpackage.yml'
|
||||
- '**.py'
|
||||
- '**.pyi'
|
||||
- '**.css'
|
||||
|
||||
Reference in New Issue
Block a user