meow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 37s

Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
Vasiliy Doylov 2025-06-06 21:56:04 +03:00
parent cef0eb525f
commit b6d7ba1f1b
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582

View file

@ -1,6 +1,12 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
branches:
- "**" # This will match any branch
pull_request:
branches:
- "**" # This will match any branch
jobs:
Explore-Gitea-Actions: