forked from orbit-oss/flask
update test workflow trigger
This commit is contained in:
parent
8f2bc008ad
commit
96800fb673
1 changed files with 3 additions and 11 deletions
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…
Add table
Add a link
Reference in a new issue