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