Changed workflow trigger
This commit is contained in:
parent
8ccc93cbb2
commit
92331789fd
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue