mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Attempt to narrow CI/test trigger to just code changes
Looking at https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request I *think* this might be the approach to take. Consider this an experimental change that will very likely get rolled back. See #2404
This commit is contained in:
7
.github/workflows/pythonpackage.yml
vendored
7
.github/workflows/pythonpackage.yml
vendored
@@ -1,6 +1,11 @@
|
||||
name: Test Textual module
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
- '**.pyi'
|
||||
- '**.css'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user