From 0c353041cf8ef570f707291f656032a3a46acbb7 Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 12:40:53 +0200 Subject: [PATCH] cicd more testing shid --- .github/workflows/gitea-demo.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitea-demo.yaml b/.github/workflows/gitea-demo.yaml index 1029150..2cdacaf 100644 --- a/.github/workflows/gitea-demo.yaml +++ b/.github/workflows/gitea-demo.yaml @@ -1,6 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + merge: + branches: + - main jobs: Explore-Gitea-Actions: