Skip to content

Commit 30d5901

Browse files
authored
chore: update branch protection settings to match workflow job names (#6)
1 parent e84a77f commit 30d5901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ branches:
4747
# Require status checks
4848
required_status_checks:
4949
strict: true
50-
contexts: ["cargo test", "cargo fmt", "cargo clippy"]
50+
contexts: ["build-and-test (x86_64-apple-darwin)", "build-and-test (aarch64-apple-darwin)", "build-and-test (x86_64-unknown-linux-gnu)", "build-and-test (aarch64-unknown-linux-gnu)", "lint", "coverage"]
5151
# Include administrators
5252
enforce_admins: true
5353
# Restrict who can push to this branch

0 commit comments

Comments
 (0)