Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 10, 2023
1 parent 64e7b2a commit 62e8b6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
push:
branches:
- 'master'
tags:
- 'v*'
- 'geyser-v*'
- 'kafka-v*'
branches:
- 'master'
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
pull_request:
push:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
- name: check features in `client`
run: cargo check -p yellowstone-grpc-client --all-targets --tests
- name: check features in `client-simple`
run: cargo check -p yellowstone-grpc-client-somple --all-targets --tests
run: cargo check -p yellowstone-grpc-client-simple --all-targets --tests
- name: check features in `geyser`
run: cargo check -p yellowstone-grpc-geyser --all-targets --tests
- name: check features in `kafka`
Expand Down

0 comments on commit 62e8b6a

Please sign in to comment.