feat: make demo be workflow_dispatch

This commit is contained in:
Nemo D'ACREMONT 2025-09-01 18:57:48 +02:00
parent 44d285465d
commit e6eea6e452
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

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