improivng action trigger
This commit is contained in:
parent
4f0d480c39
commit
9441abdd4b
|
@ -1,6 +1,9 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [tag]
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
|
Loading…
Reference in New Issue