Restrict branches for events
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 4s

This commit is contained in:
2025-03-03 10:35:29 -06:00
parent 046fca2d27
commit 89169ca747

View File

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