update test workflow trigger

This commit is contained in:
David Lord 2024-10-24 13:28:46 -07:00
parent 8f2bc008ad
commit 96800fb673
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -1,18 +1,10 @@
name: Tests name: Tests
on: on:
push: push:
branches: branches: [main, stable]
- main paths-ignore: ['docs/**', '*.md', '*.rst']
- '*.x'
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
pull_request: pull_request:
paths-ignore: paths-ignore: [ 'docs/**', '*.md', '*.rst' ]
- 'docs/**'
- '*.md'
- '*.rst'
jobs: jobs:
tests: tests:
name: ${{ matrix.name || matrix.python }} name: ${{ matrix.name || matrix.python }}