Skip to content

Commit

Permalink
add ci on 3.5.0 (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixficsol committed Aug 4, 2023
1 parent 39601fe commit 61aa47b
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" ]
branches: [ "unstable", "3.5.0" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "unstable" ]
branches: [ "unstable", "3.5.0" ]
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" ]
branches: [ "unstable", "3.5.0" ]
pull_request:
branches: [ "unstable" ]
branches: [ "unstable", "3.5.0" ]

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" ]
branches: [ "unstable", "3.5.0" ]
pull_request:
branches: [ "unstable" ]
branches: [ "unstable", "3.5.0" ]

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" ]
branches: [ "unstable", "3.5.0" ]
pull_request:
branches: [ "unstable" ]
branches: [ "unstable", "3.5.0" ]

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" ]
branches: [ "unstable", "3.5.0" ]
paths:
- 'tools/**'
pull_request:
branches: [ "unstable" ]
branches: [ "unstable", "3.5.0" ]
paths:
- 'tools/**'

Expand Down

0 comments on commit 61aa47b

Please sign in to comment.