ci: adiciona trigger manual workflow_dispatch no deploy.yml
This commit is contained in:
parent
2dbe5d3c12
commit
3cd39d5a8e
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue