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:
|
||||
push:
|
||||
tags-ignore:
|
||||
- "v*"
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# paths:
|
||||
# - '**.py'
|
||||
# - 'src/kiplot'
|
||||
# - 'tests/**'
|
||||
# - '.github/workflows/pythonapp.yml'
|
||||
# tags-ignore:
|
||||
# - "v*"
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - '**.py'
|
||||
# - 'src/kiplot'
|
||||
# - 'tests/**'
|
||||
# - '.github/workflows/pythonapp.yml'
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'src/kiplot'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/pythonapp.yml'
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'src/kiplot'
|
||||
- 'tests/**'
|
||||
- '.github/workflows/pythonapp.yml'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue