ci: ajusta sintaxe do workflow_dispatch com chaves vazias
This commit is contained in:
parent
3cd39d5a8e
commit
b76e2eeaa9
|
|
@ -3,7 +3,7 @@ name: Build and Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch: {}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue