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:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches: "**"
|
# branches: "**"
|
||||||
workflow-dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue