Skip to content

Commit

Permalink
#1942 Add main branche
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin BEAUGRAND <9513635+kbeaugrand@users.noreply.github.com>
  • Loading branch information
delager and kbeaugrand authored Apr 11, 2023
1 parent b7cd605 commit 0e628c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-cfn-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e628c3

Please sign in to comment.