Skip to content

Commit b67cbc1

Browse files
authored
Update test.yml
1 parent 6776dd5 commit b67cbc1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
name: test
1+
name: Tests
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
- "develop"
8+
pull_request:
9+
types: [ready_for_review, synchronize, opened]
410

511
env:
612
FOUNDRY_PROFILE: ci
7-
13+
MAINNET_RPC_URL: 'https://mainnet.gateway.tenderly.co'
14+
POLYGON_RPC_URL: 'https://polygon.gateway.tenderly.co'
15+
816
jobs:
917
check:
1018
strategy:

0 commit comments

Comments
 (0)