Now pythonapp.yml is also triggered for the tags
This commit is contained in:
parent
16e587f7c6
commit
fc4aff380f
|
|
@ -5,24 +5,17 @@ name: Python application
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags-ignore:
|
paths:
|
||||||
- "v*"
|
- '**.py'
|
||||||
|
- 'src/kiplot'
|
||||||
# on:
|
- 'tests/**'
|
||||||
# push:
|
- '.github/workflows/pythonapp.yml'
|
||||||
# paths:
|
pull_request:
|
||||||
# - '**.py'
|
paths:
|
||||||
# - 'src/kiplot'
|
- '**.py'
|
||||||
# - 'tests/**'
|
- 'src/kiplot'
|
||||||
# - '.github/workflows/pythonapp.yml'
|
- 'tests/**'
|
||||||
# tags-ignore:
|
- '.github/workflows/pythonapp.yml'
|
||||||
# - "v*"
|
|
||||||
# pull_request:
|
|
||||||
# paths:
|
|
||||||
# - '**.py'
|
|
||||||
# - 'src/kiplot'
|
|
||||||
# - 'tests/**'
|
|
||||||
# - '.github/workflows/pythonapp.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue