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)
  • Loading branch information
evlekht committed Aug 2, 2024
1 parent 37549f8 commit 1d70f1b
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 1d70f1b

Please sign in to comment.