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