We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c70eb2 commit 1bfbd34Copy full SHA for 1bfbd34
1 file changed
.github/workflows/tests.yaml
@@ -1,18 +1,10 @@
1
name: Tests
2
on:
3
push:
4
- branches:
5
- - main
6
- - '*.x'
7
- paths-ignore:
8
- - 'docs/**'
9
- - '*.md'
10
- - '*.rst'
+ branches: [main, stable]
+ paths-ignore: ['docs/**', '*.md', '*.rst']
11
pull_request:
12
13
14
15
+ paths-ignore: [ 'docs/**', '*.md', '*.rst' ]
16
jobs:
17
tests:
18
name: ${{ matrix.name || matrix.python }}
0 commit comments