Skip to content

Commit

Permalink
workflows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 25, 2024
1 parent d03a32d commit 4251f74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v2/**'
pull_request:
branches:
- "*"
- "**"
paths:
- 'v2/**'
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slither_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v2/**'
pull_request:
branches:
- "*"
- "**"
paths:
- 'v2/**'
types:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v2/**'
pull_request:
branches:
- "*"
- "**"
paths:
- 'v2/**'
types:
Expand Down

0 comments on commit 4251f74

Please sign in to comment.