Skip to content

Commit

Permalink
amended pipeline trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Sep 19, 2024
1 parent 43f0d2a commit 74a3c11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ resource "aws_codepipeline" "codepipeline" {
provider_type = "CodeStarSourceConnection"
git_configuration {
source_action_name = "Source"
pull_request {
events = ["CLOSED"]
push {
branches {
includes = ["main"]
}
Expand Down

0 comments on commit 74a3c11

Please sign in to comment.