Changed workflow trigger

This commit is contained in:
Salvador E. Tropea 2020-05-15 09:12:18 -03:00
parent 357f3073eb
commit 8ccc93cbb2
1 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ name: Python application
on:
push:
paths:
- '**.py'
- 'src/kiplot'
- 'tests/**'
- '.github/workflows/pythonapp.yml'
# paths:
# - '**.py'
# - 'src/kiplot'
# - 'tests/**'
# - '.github/workflows/pythonapp.yml'
tags-ignore:
- "v*"
pull_request: