Skip to content

Commit

Permalink
fix:add ci to 3.5 (OpenAtomFoundation#2178)
Browse files Browse the repository at this point in the history
Co-authored-by: chejinge <chejinge@360.cn>
  • Loading branch information
chejinge and brother-jin authored Dec 1, 2023
1 parent 60d69d6 commit 4e92cd0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
schedule:
- cron: '25 19 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Codis

on:
push:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
pull_request:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Operator

on:
push:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
pull_request:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pika.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pika

on:
push:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
pull_request:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tools_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Tools_go_build

on:
push:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
paths:
- 'tools/**'
pull_request:
branches: [ "unstable", "3.5.2" ]
branches: [ "unstable", "3.5" ]
paths:
- 'tools/**'

Expand Down

0 comments on commit 4e92cd0

Please sign in to comment.