|
3 | 3 | - any-glob-to-any-file: ['.github/workflows/cibuildwheel.yml']
|
4 | 4 | "CI: Run cygwin":
|
5 | 5 | - any-glob-to-any-file: ['.github/workflows/cygwin.yml']
|
| 6 | + |
| 7 | +"backend: agg": |
| 8 | + - any-glob-to-any-file: |
| 9 | + - 'extern/agg24-svn/' |
| 10 | + - 'lib/matplotlib/backends/_backend_agg.pyi' |
| 11 | + - 'lib/matplotlib/backends/backend_agg.py*' |
| 12 | + - 'src/_backend_agg*' |
| 13 | +"backend: cairo": |
| 14 | + - any-glob-to-any-file: |
| 15 | + - 'lib/matplotlib/backends/backend_*cairo.py*' |
| 16 | +"backend: pdf": |
| 17 | + - any-glob-to-any-file: |
| 18 | + - 'lib/matplotlib/backends/_backend_pdf_ps.py' |
| 19 | + - 'lib/matplotlib/backends/backend_pdf.py' |
| 20 | +"backend: pgf": |
| 21 | + - any-glob-to-any-file: |
| 22 | + - 'lib/matplotlib/backends/backend_pgf.py' |
| 23 | +"backend: ps": |
| 24 | + - any-glob-to-any-file: |
| 25 | + - 'lib/matplotlib/backends/_backend_pdf_ps.py' |
| 26 | + - 'lib/matplotlib/backends/backend_ps.py' |
| 27 | +"backend: svg": |
| 28 | + - any-glob-to-any-file: |
| 29 | + - 'lib/matplotlib/backends/backend_svg.py' |
| 30 | + |
| 31 | +"GUI: gtk": |
| 32 | + - any-glob-to-any-file: |
| 33 | + - 'lib/matplotlib/backends/_backend_gtk.py*' |
| 34 | + - 'lib/matplotlib/backends/backend_gtk*' |
| 35 | +"GUI: MacOSX": |
| 36 | + - any-glob-to-any-file: |
| 37 | + - 'lib/matplotlib/backends/*_macosx.py*' |
| 38 | + - 'src/_macosx.m' |
| 39 | +"GUI: nbagg": |
| 40 | + - any-glob-to-any-file: |
| 41 | + - 'lib/matplotlib/backends/*_nbagg*.py*' |
| 42 | + - 'lib/matplotlib/backends/web_backend/js/nbagg_mpl.js' |
| 43 | +"GUI: Qt": |
| 44 | + - any-glob-to-any-file: |
| 45 | + - 'lib/matplotlib/backends/backend_qt*' |
| 46 | + - 'lib/matplotlib/backends/qt_compat.py' |
| 47 | + - 'lib/matplotlib/backends/qt_editor/**' |
| 48 | +"GUI: tk": |
| 49 | + - any-glob-to-any-file: |
| 50 | + - 'lib/matplotlib/backends/*backend_tk*' |
| 51 | + - 'lib/matplotlib/backends/_tkagg.pyi' |
| 52 | + - 'src/_tkagg.cpp' |
| 53 | + - 'src/_tkmini.h' |
| 54 | +"GUI: webagg": |
| 55 | + - any-glob-to-any-file: |
| 56 | + - 'lib/matplotlib/backends/*_webagg*.py*' |
| 57 | + - 'lib/matplotlib/backends/web_backend/**' |
| 58 | +"GUI: wx": |
| 59 | + - any-glob-to-any-file: |
| 60 | + - 'lib/matplotlib/backends/backend_wx*.py*' |
0 commit comments