Skip to content

Commit 0678652

Browse files
committed
Added missing fields, and build only branches
1 parent 4fb1bb0 commit 0678652

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: build
22

3-
on: push
3+
on:
4+
push:
5+
# Sequence of patterns matched against refs/tags
6+
branches:
7+
- '*'
48

59
jobs:
610
build:

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }}
43-
asset_path: "*.gem"
43+
asset_path: "*.gem"
44+
asset_name: kusto-logstash.gem
45+
asset_content_type: application/zip

0 commit comments

Comments
 (0)