Skip to content

Commit

Permalink
fix ci filter
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Aug 23, 2021
1 parent 43223cb commit f2c3725
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ on:
# Only run test and docker publish if somde code have changed
- 'setup.py'
- 'setup.cfg'
- 'titiler/**'
- 'tests/**'
- 'tests/**'
- 'src/titiler/**'
- '.pre-commit-config.yaml'
- 'codecov.yml'
- 'Dockerfile'
- 'MANIFEST.in'
- 'tox.ini'
pull_request:

Expand Down

0 comments on commit f2c3725

Please sign in to comment.