Skip to content

Commit

Permalink
ci(foundry): branch default names
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Dec 7, 2024
1 parent 8cbd24c commit 2e86f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Foundry Tests & Coverage
on:
push:
paths: ['**.sol', '**.toml']
branches: [main, develop]
branches: [master, develop, trunk]
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:
Expand Down

0 comments on commit 2e86f4f

Please sign in to comment.