Skip to content

Commit

Permalink
Add Github Workflow paths (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMyst committed Jun 17, 2022
1 parent e5dbe96 commit fff39b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: Python Code Quality and Lint
on:
push:
branches: [ master ]
paths:
- 'wikibaseintegrator/**.py'
- 'test/**.py'
pull_request:
branches: [ '**' ]
paths:
- 'wikibaseintegrator/**.py'
- 'test/**.py'

jobs:
build:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,22 @@ name: Python pytest
on:
push:
branches: [ master ]
paths:
- 'wikibaseintegrator/**.py'
- 'test/**.py'
- 'setup.cfg'
- 'setup.py'
- 'requirements.txt'
- 'pyproject.toml'
pull_request:
branches: [ '**' ]
paths:
- 'wikibaseintegrator/**.py'
- 'test/**.py'
- 'setup.cfg'
- 'setup.py'
- 'requirements.txt'
- 'pyproject.toml'

jobs:
build:
Expand Down

0 comments on commit fff39b1

Please sign in to comment.