ci: adiciona trigger manual workflow_dispatch no deploy.yml

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

View File

@ -3,6 +3,7 @@ name: Build and Deploy
on: on:
push: push:
branches: [ main ] branches: [ main ]
workflow_dispatch:
jobs: jobs:
build-and-push: build-and-push: