Fix pipeline trigger: add main branch to workflow
Some checks failed
Code Quality & Security Scan / TFLint (push) Failing after 17s
Code Quality & Security Scan / Tfsec Security Scan (push) Has been skipped
Code Quality & Security Scan / Checkov Security Scan (push) Has been skipped
Code Quality & Security Scan / Terraform Validate (push) Has been skipped
Code Quality & Security Scan / SonarQube Trigger (push) Has been skipped

This commit is contained in:
Patrick de Ruiter 2025-11-10 12:11:06 +01:00
parent 7216c01328
commit 9ccbe51a86
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -1,6 +1,7 @@
on:
push:
branches:
- main
- master
pull_request:
types: [opened, synchronize, reopened]