De-master the repo

This commit is contained in:
Claudia Meadows 2024-09-24 16:37:04 -07:00
parent d32d59413e
commit e000cd0803
No known key found for this signature in database
GPG key ID: C86B594396786760
6 changed files with 19 additions and 21 deletions

13
.github/workflows/push-main.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Warn on pushing to `main`
on:
pull_request_target:
types: [opened]
branches: [main]
permissions:
issues: write
jobs:
comment:
uses: MithrilJS/infra/.github/workflows/reject-pr.yml@main
secrets: inherit
with:
correct_branch: next