mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #2454 from davep/ci-test-only-code-changes
Attempt to narrow CI/test trigger to just code changes
This commit is contained in:
10
.github/workflows/pythonpackage.yml
vendored
10
.github/workflows/pythonpackage.yml
vendored
@@ -1,6 +1,14 @@
|
||||
name: Test Textual module
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**.pyi'
|
||||
- '**.css'
|
||||
- '**.ambr'
|
||||
- '**.lock'
|
||||
- 'Makefile'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user