update test workflow trigger
This commit is contained in:
parent
1e383959f7
commit
d3d0910d8a
14
.github/workflows/tests.yaml
vendored
14
.github/workflows/tests.yaml
vendored
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user