fix: correct workflow_dispatch syntax in build configuration
This commit is contained in:
parent
ecc23321ba
commit
a06a6eb834
|
|
@ -3,7 +3,7 @@ name: Build and deploy
|
|||
on:
|
||||
push:
|
||||
# branches: "**"
|
||||
workflow-dispatch:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue