From 0b7263281e37860b1c000af444d1a178807eab52 Mon Sep 17 00:00:00 2001 From: safinsaf Date: Tue, 16 Apr 2024 14:25:14 +0300 Subject: [PATCH] Prepare updates for iroha1 CI new main branch Signed-off-by: safinsaf --- .github/build-iroha1-fork.src.yml | 2 +- .github/build-iroha1.src.yml | 4 ++-- .github/workflows/build-iroha1-fork.yml | 2 +- .github/workflows/build-iroha1.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/build-iroha1-fork.src.yml b/.github/build-iroha1-fork.src.yml index a5d10f05086..67e7193178c 100644 --- a/.github/build-iroha1-fork.src.yml +++ b/.github/build-iroha1-fork.src.yml @@ -16,7 +16,7 @@ permissions: ## This workflow is created for pull requests from forks and has less permissions than build-iroha1 workflow on: pull_request_target: - branches: [ main, support/1.*, edge, develop ] + branches: [ iroha1-main, support/1.*, edge ] env: DOCKERHUB_ORG: hyperledger diff --git a/.github/build-iroha1.src.yml b/.github/build-iroha1.src.yml index 9a8ce38ec67..5ec440042bf 100644 --- a/.github/build-iroha1.src.yml +++ b/.github/build-iroha1.src.yml @@ -45,10 +45,10 @@ name: Iroha1 ## TODO make these different workflows - reduce number of conditionals inside jobs like 'step_detect_commented_pr' on: push: - branches: [ main, support/1.*, edge, develop] + branches: [ iroha1-main, support/1.*, edge] tags: '**' pull_request: - branches: [ main, support/1.*, edge, develop] ## target branches + branches: [ iroha1-main, support/1.*, edge] ## target branches workflow_dispatch: ## NOTE: Able to run via cmdline: gh workflow run Iroha1 inputs: diff --git a/.github/workflows/build-iroha1-fork.yml b/.github/workflows/build-iroha1-fork.yml index 44348e9926f..a3f50922075 100644 --- a/.github/workflows/build-iroha1-fork.yml +++ b/.github/workflows/build-iroha1-fork.yml @@ -17,7 +17,7 @@ permissions: ## This workflow is created for pull requests from forks and has less permissions than build-iroha1 workflow on: pull_request_target: - branches: [main, support/1.*, edge, develop] + branches: [iroha1-main, support/1.*, edge] env: DOCKERHUB_ORG: hyperledger jobs: diff --git a/.github/workflows/build-iroha1.yml b/.github/workflows/build-iroha1.yml index b453060918f..310a0925598 100644 --- a/.github/workflows/build-iroha1.yml +++ b/.github/workflows/build-iroha1.yml @@ -45,10 +45,10 @@ name: Iroha1 ## TODO make these different workflows - reduce number of conditionals inside jobs like 'step_detect_commented_pr' on: push: - branches: [main, support/1.*, edge, develop] + branches: [iroha1-main, support/1.*, edge] tags: '**' pull_request: - branches: [main, support/1.*, edge, develop] ## target branches + branches: [iroha1-main, support/1.*, edge] ## target branches workflow_dispatch: ## NOTE: Able to run via cmdline: gh workflow run Iroha1 inputs: