improivng action trigger

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

View File

@ -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