improivng action trigger
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s Details

This commit is contained in:
Tomasz Frątczak 2023-11-05 17:34:26 +01:00
parent 4f0d480c39
commit c5c3cd64aa
1 changed files with 3 additions and 1 deletions

View File

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