Skip to content

Commit

Permalink
add on pull_request for release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvboudre committed Apr 9, 2024
1 parent 80010e2 commit 71c3b00
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ concurrency:
cancel-in-progress: true

on:
pull_request:
push:
branches:
- 'master'
Expand Down Expand Up @@ -108,3 +109,15 @@ jobs:
target/release/grpc-google-pubsub*
target/release/grpc-kafka*
target/release/grpc-scylladb*
- uses: actions/upload-artifact@v4
with:
name: yellowstone-grpc-${{ github.sha }}
path: |
${{ env.GEYSER_PLUGIN_NAME }}-release*
yellowstone-grpc-proto/proto/*.proto
target/release/client*
target/release/config-check*
target/release/grpc-google-pubsub*
target/release/grpc-kafka*
target/release/grpc-scylladb*

0 comments on commit 71c3b00

Please sign in to comment.