Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 14, 2023
1 parent 22197b4 commit 2c04795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ concurrency:
on:
push:
branches:
- 'master'
- 'v1.16'
tags:
- 'v*'
- 'geyser-v*'
- 'kafka-v*'
workflow_dispatch:

Expand Down Expand Up @@ -85,7 +83,10 @@ jobs:
- name: Deleteing directories to avoid upload conflict
run: |
rm -rf target/release/client.d target/release/config-check.d
rm -rf \
target/release/client.d \
target/release/config-check.d \
target/release/grpc-kafka.d
- name: Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
pull_request:
push:
branches:
- 'master'
- 'v1.16'
workflow_dispatch:

Expand Down

0 comments on commit 2c04795

Please sign in to comment.