Changed workflow trigger

This commit is contained in:
Salvador E. Tropea 2020-05-15 09:14:56 -03:00
parent 8ccc93cbb2
commit 92331789fd
1 changed files with 14 additions and 8 deletions

View File

@ -5,19 +5,25 @@ name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# 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'
tags-ignore:
- "v*"
pull_request:
paths:
- '**.py'
- 'src/kiplot'
- 'tests/**'
- '.github/workflows/pythonapp.yml'
jobs:
build: