From 44c080d09fc83cdc28a37c1022ff851f6ec4764e Mon Sep 17 00:00:00 2001 From: Mykhailo Kremniov Date: Thu, 23 Apr 2026 19:53:42 +0300 Subject: [PATCH] Run CI jobs on push to release branches too. Fix a typo --- .github/workflows/build.yml | 1 + .github/workflows/code_checks.yml | 1 + .github/workflows/loom.yml | 1 + .github/workflows/wasm.yml | 1 + common/src/chain/partially_signed_transaction/mod.rs | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d81b27257..7d0e92852f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - release-* pull_request: branches: - "**" # target all branches diff --git a/.github/workflows/code_checks.yml b/.github/workflows/code_checks.yml index 1b496c873c..9c8ba9c033 100644 --- a/.github/workflows/code_checks.yml +++ b/.github/workflows/code_checks.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - release-* pull_request: branches: - "**" # target all branches diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index 3c816e957b..98d506315d 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - release-* pull_request: branches: - "**" # target all branches diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 9d090f62d9..4469518be0 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - release-* pull_request: branches: - "**" # target all branches diff --git a/common/src/chain/partially_signed_transaction/mod.rs b/common/src/chain/partially_signed_transaction/mod.rs index adc1846e37..f0ab18759d 100644 --- a/common/src/chain/partially_signed_transaction/mod.rs +++ b/common/src/chain/partially_signed_transaction/mod.rs @@ -64,7 +64,7 @@ pub enum PartiallySignedTransactionConsistencyCheck { /// Note: currently PartiallySignedTransaction's consistency checks require that the additional info /// is present even if the inputs that need it are already signed. /// -/// Thought PartiallySignedTransaction is not part of the blockchain, it is still part of +/// Though PartiallySignedTransaction is not part of the blockchain, it is still part of /// the core's public interface: /// 1) It is returned and consumed by the wallet CLI and RPC (in its encoded form). /// 2) Through the wallet RPC, it is used by the bridge, whose e2m master agent puts