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: on:
push: push:
branches: branches:
- main
- master - master
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]