mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
add workflow_dispatch to run manual
This commit is contained in:
parent
27de375a4d
commit
7678aff0c1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/create_beta.yml
vendored
1
.github/workflows/create_beta.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
# Triggers the workflow on push or pull request events but only for the "main" branch
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
workflow_dispatch
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue