Enforced PR on main

This commit is contained in:
Adrien Bouvais 2026-08-17 10:22:24 +02:00
parent a2f8e05c7e
commit ea22a93006
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,9 @@
name: Build and Push Docker Images
on: [pull_request, push]
on:
pull_request:
branches:
- main
jobs:
build-and-push:

View File

@ -1,10 +1,9 @@
name: Validate Kubernetes & YAML
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches:
- main
jobs:
validate-all: