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
on:
push:
branches:
- main
- '*.x'
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
branches: [main, stable]
paths-ignore: ['docs/**', '*.md', '*.rst']
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
- '*.rst'
paths-ignore: [ 'docs/**', '*.md', '*.rst' ]
jobs:
tests:
name: ${{ matrix.name || matrix.python }}