Skip to content

Commit

Permalink
temp ci for review
Browse files Browse the repository at this point in the history
(cherry picked from commit 139c770)
(cherry picked from commit 774534a)
(cherry picked from commit 28c2e44)
(cherry picked from commit 74cae09)
(cherry picked from commit d23c80a)
  • Loading branch information
evlekht committed Aug 7, 2024
1 parent 80a9969 commit af328f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [chain4travel, dev]
pull_request:
tags-ignore: ["*"]
branches: [chain4travel, dev]
branches: [chain4travel, dev, dev-c0/base]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [chain4travel, dev]
pull_request:
tags-ignore: ["*"]
branches: [chain4travel, dev]
branches: [chain4travel, dev, dev-c0/base]

jobs:
run_build_unit_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
branches: [chain4travel, dev]
pull_request:
tags-ignore: ["*"]
branches: [chain4travel, dev]
branches: [chain4travel, dev, dev-c0/base]

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches: [chain4travel, dev]
pull_request:
tags-ignore: ["*"]
branches: [chain4travel, dev]
branches: [chain4travel, dev, dev-c0/base]

jobs:
run_static_analysis:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test e2e

on:
pull_request:
branches: [chain4travel, dev]
branches: [chain4travel, dev, dev-c0/base]
push:
tags-ignore: ["*"]
branches: [chain4travel, dev]
Expand Down

0 comments on commit af328f7

Please sign in to comment.