Skip to content

Commit

Permalink
ci(testnet): enable workflows on the target branch
Browse files Browse the repository at this point in the history
Signed-off-by: Shunkichi Sato <[email protected]>
  • Loading branch information
s8sato committed Jan 17, 2025
1 parent 709fe34 commit b291d80
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Static

on:
pull_request:
branches: [ main ]
branches: [ testnet/2.0.0-rc.1, main ]
paths:
- '**.rs'
- '**.json'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-dev-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Title

on:
pull_request_target:
branches: [main]
branches: [ testnet/2.0.0-rc.1, main]
types: [opened, edited, synchronize, reopened]

permissions:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: marocchino/sticky-pull-request-comment@v2
with:
header: pr-title-lint-error
delete: true
delete: true
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Wasm

on:
pull_request:
branches: [main]
branches: [ testnet/2.0.0-rc.1, main]
paths:
- '.github/workflows/iroha2-dev-pr-wasm.yaml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Tests

on:
pull_request:
branches: [main]
branches: [ testnet/2.0.0-rc.1, main]
paths:
- '**.rs'
- '**.json'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Dev::Publish

on:
push:
branches: [main]
branches: [ testnet/2.0.0-rc.1, main]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: I2::Doc::Links

on:
pull_request:
branches: [main, stable, lts]
branches: [ testnet/2.0.0-rc.1, main, stable, lts]
paths:
- '**/*.md'
- '**/*.txt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/iroha2-no-incorrect-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: I2::CI::check_for_incorrect_images
on:
push:
branches:
- testnet/2.0.0-rc.1
- main
- stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-pr-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: I2::Tests::UI

on:
pull_request:
branches: [main, stable, lts]
branches: [ testnet/2.0.0-rc.1, main, stable, lts]
paths:
- 'crates/*_derive/**.rs'
- 'crates/*_macro*/**.rs'
Expand Down

0 comments on commit b291d80

Please sign in to comment.