From 5751a8dfad3658c26ec157f3cfeb323282d1e488 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 8dc4093000..38018a8fe9 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 767b51b13e..7537f79d74 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 f695983dd1..3c7a73cecf 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