Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 7, 2023
1 parent 0e462d1 commit fbab6ba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@ name: main
on:
push: { branches: [main] }
pull_request: { branches: [main] }
workflow_call:
workflow_dispatch:
inputs:
clickhouse:
default: "latest"
default:
- "21.8.15.7"
- "22.3.20.29"
- "22.8.19.10"
- "23.3.4.17"
- "23.4.4.16"
- "23.5.3.24"
- "latest"

jobs:
lint:
Expand Down

0 comments on commit fbab6ba

Please sign in to comment.