improivng action trigger
This commit is contained in:
parent
4f0d480c39
commit
9913bed629
|
@ -1,7 +1,12 @@
|
||||||
name: Gitea Actions Demo
|
name: Gitea Actions Demo
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [tag]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- 'chart/**'
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-22.04:docker://node:18-bullseye
|
runs-on: ubuntu-22.04:docker://node:18-bullseye
|
||||||
|
|
Loading…
Reference in New Issue