Update .gitea/workflows/teste.yml
Some checks failed
Teste de Execução do Gitea Actions / verificacao_do_runner (push) Failing after 37s
Some checks failed
Teste de Execução do Gitea Actions / verificacao_do_runner (push) Failing after 37s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user