Skip to content

Commit

Permalink
Merge branch 'main' into revert-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 27, 2024
2 parents ed3bd44 + aa3a09c commit 42c1ede
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generated-files_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/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 42c1ede

Please sign in to comment.