Skip to content

Commit 2077e9f

Browse files
branches: [develop, sdk-bindings]
1 parent 2134fd2 commit 2077e9f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/dprint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lints
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, sdk-bindings]
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88
workflow_dispatch:

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lints
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, sdk-bindings]
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88
workflow_dispatch:

.github/workflows/rustdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: rustdoc
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, sdk-bindings]
66
workflow_dispatch:
77

88
env:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, sdk-bindings]
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88
workflow_dispatch:

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: WASM
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [develop, sdk-bindings]
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
88
workflow_dispatch:

0 commit comments

Comments
 (0)