Skip to content

Commit

Permalink
chore: fix branch protection settings (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Aug 4, 2023
1 parent 7b52269 commit 8c64864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ branches:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: ["static-analysis", "Main pipeline / test (1.x, ubuntu-latest)"]
contexts: ["static-analysis", "Main pipeline / test (1.x, ubuntu-latest) / ./ubuntu-latest/1.x (push)"]
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: false
# Prevent merge commits from being pushed to matching branches
Expand Down

0 comments on commit 8c64864

Please sign in to comment.