Run on PR and manually
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 4s

This commit is contained in:
2025-03-03 10:30:47 -06:00
parent b6f519c30e
commit b5dcbc2f7f

View File

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