From 2ed94858b82d0fa88d1106556c4f8935ae8a590d Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 12:57:31 +0200 Subject: [PATCH] urmom testing cicd demo --- .github/workflows/gitea-demo.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gitea-demo.yaml b/.github/workflows/gitea-demo.yaml index 2c336db..69d63d0 100644 --- a/.github/workflows/gitea-demo.yaml +++ b/.github/workflows/gitea-demo.yaml @@ -1,12 +1,9 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: - push: - branches: - - [ main ] pull_request: - branches: - - [ main ] + types: [closed] + branches: [main] jobs: Explore-Gitea-Actions: -- 2.45.2