Skip to content

Commit

Permalink
Merge pull request #125 from ministryofjustice/ND-520
Browse files Browse the repository at this point in the history
amended pipeline trigger
  • Loading branch information
laurentb4 authored Sep 19, 2024
2 parents 43f0d2a + 74a3c11 commit aed9adc
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 aed9adc

Please sign in to comment.