Skip to content

Commit

Permalink
Prepare updates for iroha1 CI new main branch (#4451)
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <[email protected]>
  • Loading branch information
safinsaf authored Apr 16, 2024
1 parent d92d295 commit 685687e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/build-iroha1-fork.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/build-iroha1.src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-iroha1-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-iroha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 685687e

Please sign in to comment.