improivng action trigger

This commit is contained in:
Tomasz Frątczak 2023-11-05 17:34:26 +01:00
parent 4f0d480c39
commit c51bf848d0
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]
push:
tags:
- v*
jobs:
Explore-Gitea-Actions: