Update .gitea/workflows/deploy.yml

This commit is contained in:
Carneiro 2024-08-21 16:14:12 -03:00
parent 52ab524be0
commit 1a603b781c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on: [workflow_dispatch]
jobs:
Deploy: