This commit is contained in:
Dmitrii Blaginin 2025-08-20 08:37:20 -07:00 committed by GitHub
commit 852b468e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 2 deletions

View file

@ -36,3 +36,17 @@ github:
rebase: false
features:
issues: true
protected_branches:
main:
required_status_checks:
contexts:
- "codestyle"
- "lint"
- "benchmark-lint"
- "compile"
- "docs"
- "compile-no-std"
- "test (stable)"
- "test (beta)"
- "test (nightly)"
- "Release Audit Tool (RAT)"

View file

@ -23,6 +23,7 @@ on:
branches:
- main
pull_request:
merge_group:
jobs:

View file

@ -17,13 +17,17 @@
name: Rust
on: [push, pull_request]
on:
push:
branches-ignore:
- 'gh-readonly-queue/**'
pull_request:
merge_group:
permissions:
contents: read
jobs:
codestyle:
runs-on: ubuntu-latest
steps: