From 0e628c3b27530bf97a4f4b2bcf36135997240d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DELAGE=20Rapha=C3=ABl?= <36408929+delager@users.noreply.github.com> Date: Tue, 11 Apr 2023 11:45:37 +0200 Subject: [PATCH] #1942 Add main branche Co-authored-by: Kevin BEAUGRAND <9513635+kbeaugrand@users.noreply.github.com> --- .github/workflows/aws-cfn-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-cfn-lint.yml b/.github/workflows/aws-cfn-lint.yml index c6e062b90..11ed43317 100644 --- a/.github/workflows/aws-cfn-lint.yml +++ b/.github/workflows/aws-cfn-lint.yml @@ -2,11 +2,11 @@ name: Validate CloudFormation templates on: pull_request: - branches: [ main-vnext ] + branches: [ main, main-vnext ] paths: - 'templates/aws/**' push: - branches: [ main-vnext ] + branches: [ main, main-vnext ] paths: - 'templates/aws/**' workflow_dispatch: