Skip to content

Commit 7a17761

Browse files
authored
Update release.yml
allowing manually trigger workflow from browser
1 parent a7484c0 commit 7a17761

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
on:
2-
push:
3-
# Sequence of patterns matched against refs/tags
4-
tags:
5-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
1+
on: workflow_dispatch
2+
63
jobs:
74
build-package:
85
runs-on: ubuntu-latest
@@ -38,4 +35,4 @@ jobs:
3835
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
3936
asset_path: ./gng-installer.sh
4037
asset_name: gng-installer.sh
41-
asset_content_type: application/x-makeself .run
38+
asset_content_type: application/x-makeself .run

0 commit comments

Comments
 (0)