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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in New Issue