Skip to content

Commit 53f14d3

Browse files
committed
update test workflow trigger
1 parent 22b9a30 commit 53f14d3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/tests.yaml

+3-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
name: Tests
22
on:
33
push:
4-
branches:
5-
- main
6-
- '*.x'
7-
paths-ignore:
8-
- 'docs/**'
9-
- '*.md'
10-
- '*.rst'
4+
branches: [main, stable]
5+
paths-ignore: ['docs/**', '*.md', '*.rst']
116
pull_request:
12-
paths-ignore:
13-
- 'docs/**'
14-
- '*.md'
15-
- '*.rst'
7+
paths-ignore: [ 'docs/**', '*.md', '*.rst' ]
168
jobs:
179
tests:
1810
name: ${{ matrix.name || matrix.python }}

0 commit comments

Comments
 (0)