Patch workflow triggers

This commit is contained in:
Valentin Niess
2020-03-29 23:20:03 +02:00
parent 2f676f964b
commit 0e2f47f0a9
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ on:
push:
paths:
- '.github/workflows/appimage.yml'
- 'python_appimage'
- 'python_appimage/**'
jobs:
Build:

View File

@@ -2,11 +2,11 @@ name: PyPI
on:
push:
paths:
- .github/workflows/pypi.yml
- LICENSE
- python_appimage
- README.md
- setup.py
- '.github/workflows/pypi.yml'
- 'LICENSE'
- 'python_appimage/**'
- 'README.md'
- 'setup.py'
jobs:
Test: