diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d81b2725..7d0e92852 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 1b496c873..9c8ba9c03 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 3c816e957..98d506315 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 9d090f62d..4469518be 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 adc1846e3..f0ab18759 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