Skip to content

Commit ad14565

Browse files
committed
Merge branch 'feature/proxy-migration' of github.com:hashed-io/hashed-substrate into feature/proxy-migration
2 parents 39ce3bd + 668bfd7 commit ad14565

File tree

32 files changed

+1598
-569
lines changed

32 files changed

+1598
-569
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Check Set-Up & Build
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: [ master ]
7+
branches: [ master, develop ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ master, develop ]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
SKIP_WASM_BUILD=1 cargo check --release
4040
41-
- name: Check Build for Benchmarking
42-
run: >
43-
pushd node &&
44-
cargo check --features=runtime-benchmarks --release
41+
# - name: Check Build for Benchmarking
42+
# run: >
43+
# pushd node &&
44+
# cargo check --features=runtime-benchmarks --release

0 commit comments

Comments
 (0)