Restrict branches for events
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 4s
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user