Update .gitea/workflows/teste.yml
Some checks failed
Teste de Execução do Gitea Actions / verificacao_do_runner (push) Failing after 37s

This commit is contained in:
2025-12-09 04:15:59 +00:00
parent 9a1c9571f9
commit 0151f4cfc9

View File

@@ -1,7 +1,10 @@
name: "Teste de Execução do Gitea Actions"
# 1. Quando o workflow será executado:
on: [push]
on:
push:
# 🚨 NOVO: Permite executar manualmente pela interface do Gitea
workflow_dispatch:
# 2. O(s) trabalho(s) a ser(em) executado(s):
jobs: