Now pythonapp.yml is also triggered for the tags

This commit is contained in:
Salvador E. Tropea 2020-06-09 14:10:50 -03:00
parent 16e587f7c6
commit fc4aff380f
1 changed files with 11 additions and 18 deletions

View File

@ -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: