Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare updates for iroha1 CI new main branch #4451

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading