ministryofjustice / staff-device-shared-services-infrastructure

Staff Device AWS Infrastructure for build pipelines
https://ministryofjustice.github.io/cloud-operations/#cloud-operations
MIT License
1 stars 1 forks source link

Amend CI #124

Closed laurentb4 closed 2 weeks ago

laurentb4 commented 2 weeks ago

Added trigger to codebuild to stop pipeline running when changes are made to README or other workflow files.

When PR is merged (closed) the pipeline will trigger. If it contains changes to the below files, the pipeline will not run:

excludes = ["README.md", ".github/*.yml", ".github/workflows/*.yml", "workflows/*.yml"]