Skip to content

Commit

Permalink
ci: trigger workflow run on more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Nov 2, 2024
1 parent 8629043 commit 66810b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- pyproject.toml
- poetry.lock
- '**.py'
- '.github/**'
- 'resources/**'
- 'scripts/**'
tags:
- '*'
Expand All @@ -14,6 +16,8 @@ on:
- pyproject.toml
- poetry.lock
- '**.py'
- '.github/**'
- 'resources/**'
- 'scripts/**'
merge_group:
types: [checks_requested]
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ on:
push:
paths:
- pyproject.toml
- poetry.lock
- '**.py'
- '.github/**'
- 'resources/**'
- 'scripts/**'
- 'tests/**'
pull_request:
paths:
- pyproject.toml
- poetry.lock
- '**.py'
- '.github/**'
- 'resources/**'
- 'scripts/**'
- 'tests/**'

jobs:
lint:
Expand Down

0 comments on commit 66810b4

Please sign in to comment.