diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2022-10-01 03:14:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 03:14:51 +0200 |
commit | 346188b9d430ac493ae8c64b128d97a747f044ac (patch) | |
tree | 18ea3166a5043eb556f88d71564a6ff7797a789a /.github/workflows | |
parent | 6d7a55964b8876dee4b41a161f4eaa31a96844b0 (diff) | |
download | Skyblocker-346188b9d430ac493ae8c64b128d97a747f044ac.tar.gz Skyblocker-346188b9d430ac493ae8c64b128d97a747f044ac.tar.bz2 Skyblocker-346188b9d430ac493ae8c64b128d97a747f044ac.zip |
Update buildrelease.yml [skip ci]
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/buildrelease.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index ff02ee66..c9e3584b 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -7,6 +7,7 @@ name: Build Release on: release: types: [created] + workflow_dispatch: jobs: # This workflow contains a single job called "build" |