ci: ajusta sintaxe do workflow_dispatch com chaves vazias

This commit is contained in:
Sidney 2026-05-26 09:04:55 -03:00
parent 3cd39d5a8e
commit b76e2eeaa9
1 changed files with 1 additions and 1 deletions

View File

@ -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: