From ea22a930065e64184adea94b52620cacc08278c1 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 10:22:24 +0200 Subject: [PATCH] Enforced PR on main --- .gitea/workflows/trufflehog.yml | 5 ++++- .gitea/workflows/validate.yaml | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/trufflehog.yml b/.gitea/workflows/trufflehog.yml index e0b5b21..d2ddd54 100644 --- a/.gitea/workflows/trufflehog.yml +++ b/.gitea/workflows/trufflehog.yml @@ -1,6 +1,9 @@ name: Build and Push Docker Images -on: [pull_request, push] +on: + pull_request: + branches: + - main jobs: build-and-push: diff --git a/.gitea/workflows/validate.yaml b/.gitea/workflows/validate.yaml index e76bf65..14c7f69 100644 --- a/.gitea/workflows/validate.yaml +++ b/.gitea/workflows/validate.yaml @@ -1,10 +1,9 @@ name: Validate Kubernetes & YAML on: - push: - branches: [ "main" ] pull_request: - branches: [ "main" ] + branches: + - main jobs: validate-all: