Skip to content

Commit

Permalink
ci: Trigger main workflow on pyproject.toml and poetry.lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vanutp committed Aug 3, 2022
1 parent 9c7738e commit 30c08ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Lint & release project
on:
push:
paths:
- 'pyproject.toml'
- 'poetry.lock'
- 'tgpy/**'
- '.github/workflows/main.yml'
- '.github/workflows/docker.yml'
pull_request:
paths:
- 'pyproject.toml'
- 'poetry.lock'
- 'tgpy/**'
- '.github/workflows/main.yml'
- '.github/workflows/docker.yml'
Expand Down

0 comments on commit 30c08ce

Please sign in to comment.