Skip to content

Commit 5ff694e

Browse files
paulbalajiclaude
andcommitted
fix(ci): update fork test triggers to run on main and solidity changes
- Remove path filter on push to main (run on every main push) - Add path filter for solidity/** on pull_request triggers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d492f3b commit 5ff694e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/solidity-fork-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- '.github/workflows/solidity-fork-tests.yml'
97
pull_request:
108
paths:
9+
- 'solidity/**'
1110
- '.github/workflows/solidity-fork-tests.yml'
1211
schedule:
1312
# Run daily at 6:00 UTC

0 commit comments

Comments
 (0)