Skip to content

Commit 4b57149

Browse files
authored
Allow manual trigger for create-release job
1 parent 47acba4 commit 4b57149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-android-lua.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
create-release:
165165
runs-on: ubuntu-latest
166166
needs: build-android
167-
if: startsWith(github.ref, 'refs/tags/')
167+
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
168168

169169
steps:
170170
- name: Checkout repository

0 commit comments

Comments
 (0)