You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This project uses Pytest for testing. The tests can be found in the `tests` fold
67
67
68
68
To run all tests, use `make test`.
69
69
70
-
On pull request or push to the `master` branch, the tests will automatically run. The workflow will fail if any tests fail, or if test coverage is below 95%.
70
+
On pull request or push to the `main` branch, the tests will automatically run. The workflow will fail if any tests fail, or if test coverage is below 95%.
71
71
72
72
The related workflow can be found in `.github/workflows/ci.yml`.
73
73
@@ -91,7 +91,7 @@ lint ## Run Python linters without fixing.
91
91
lint-apply ## Run black and ruff with auto-fix, and Pylint.
92
92
```
93
93
94
-
On pull request or push to the `master` branch, `make lint` will automatically run to check code quality, failing if there are any issues. It is up to the developer to apply fixes.
94
+
On pull request or push to the `main` branch, `make lint` will automatically run to check code quality, failing if there are any issues. It is up to the developer to apply fixes.
95
95
96
96
The related workflow can be found in `.github/workflows/ci.yml`.
97
97
@@ -400,7 +400,7 @@ If you wish to set a pipeline for another branch without checking out, you can r
If the branch you are deploying is`main`or`master`, it will trigger a deployment to the `sdp-prod` environment. To set the ECR image tag, you must draft a GitHub release pointing to the latest release of the `main/master` branch that has a tag in the form of `vX.Y.Z.` Drafting up a release will automatically deploy the latest version of the `main/master` branch with the associated release tag, but you can also manually trigger a build through the Concourse UIor the terminal prompt.
403
+
If the branch you are deploying is`main`, it will trigger a deployment to the `sdp-prod` environment. To set the ECR image tag, you must draft a GitHub release pointing to the latest release of the `main` branch that has a tag in the form of `vX.Y.Z.` Drafting up a release will automatically deploy the latest version of the `main` branch with the associated release tag, but you can also manually trigger a build through the Concourse UIor the terminal prompt.
404
404
405
405
## Triggering a pipeline
406
406
Once the pipeline has been set, you can manually trigger a build on the Concourse UI, or run the following command:
0 commit comments