Skip to content

Commit

Permalink
ci: run CI on push to this branch
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Veršić <marin.versic101@gmail.com>
  • Loading branch information
mversic committed May 3, 2024
1 parent d7e7cca commit 30841b0
Show file tree
Hide file tree
Showing 6 changed files with 8 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: [2.0.0-pre-rc.21]
paths:
- '**.rs'
- '**.json'
Expand Down
2 changes: 1 addition & 1 deletion .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: [2.0.0-pre-rc.21]
types: [opened, edited, reopened]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-wasm.yaml
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: [2.0.0-pre-rc.21]
paths:
- 'data_model/**.rs'
- 'data_model/**.yml'
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: [2.0.0-pre-rc.21]
paths:
- '**.rs'
- '**.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/iroha2-no-incorrect-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: I2::CI::check_for_incorrect_images
on:
push:
branches:
- main
- 2.0.0-pre-rc.21
- stable

jobs:
Expand All @@ -20,6 +20,6 @@ jobs:
- name: Check containers on iroha2 stable branch
if: github.base_ref == 'stable'
run: python .github/scripts/ci_test/ci_image_scan.py --allow iroha2:stable -- docker-compose*.yml
- name: Check containers on iroha2 main branch
if: github.base_ref == 'main'
- name: Check containers on iroha2 2.0.0-pre-rc.21 branch
if: github.base_ref == '2.0.0-pre-rc.21'
run: python .github/scripts/ci_test/ci_image_scan.py --allow iroha2:dev -- docker-compose*.yml
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: [2.0.0-pre-rc.21]
paths:
- '**/derive/**.rs'
- '**/tests/ui.rs'
Expand Down

0 comments on commit 30841b0

Please sign in to comment.