Skip to content

Commit

Permalink
fix paths for workflows on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 31, 2024
1 parent ea92229 commit 59f5408
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generated-files_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v1/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/generated-files_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v2/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v1/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v2/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/slither_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v2/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v1/**'
types:
- synchronize
- opened
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
pull_request:
branches:
- "*"
paths:
- 'v2/**'
types:
- synchronize
- opened
Expand Down

0 comments on commit 59f5408

Please sign in to comment.