From 5b354d15a6e7d92a6f5868213b879179dbb033b9 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Wed, 18 Jun 2025 19:21:37 +0200 Subject: [PATCH] fix: changed on push and action name --- .gitea/workflows/build.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3f573cc..f5e7607 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,9 +1,18 @@ name: Build run-name: CI/CD website -on: [push] +on: + push: + branches: + - main + - dev + pull_request: + types: [opened, synchronize, reopened] + branches: + - main + - dev jobs: - Explore-Gitea-Actions: + build-check: runs-on: ubuntu-latest steps: - name: Check out repository code