Skip to content

Commit e0e65e0

Browse files
ly0vacpb8010
andauthored
ci: run ci on main (#133)
Co-authored-by: cpb8010 <cpb8010@users.noreply.github.com>
1 parent a790b47 commit e0e65e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
paths-ignore:
69
- 'packages/sdk-platforms/**'
@@ -120,7 +123,7 @@ jobs:
120123
working-directory: packages/contracts
121124

122125
- name: Deploy contracts
123-
run: pnpm run deploy --file ../auth-server/stores/local-node.json
126+
run: pnpm run deploy --file ../auth-server/stores/local-node.json
124127
working-directory: packages/contracts
125128

126129
- name: Build SDK

0 commit comments

Comments
 (0)