Skip to content

Commit eae2ada

Browse files
feat: update CI (#2)
1 parent 2c508c8 commit eae2ada

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
name: test
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
- mainnet
7+
- testnet
8+
- 'feature/*'
9+
- 'features/*'
10+
pull_request:
11+
branches:
12+
- mainnet
13+
- testnet
14+
- 'feature/*'
15+
- 'features/*'
416

517
env:
618
FOUNDRY_PROFILE: ci

0 commit comments

Comments
 (0)