main -> release

This commit is contained in:
Claudia Meadows 2024-09-24 19:25:23 -07:00
parent 806cb99ead
commit 61ad84c1d9
No known key found for this signature in database
GPG key ID: C86B594396786760
6 changed files with 12 additions and 12 deletions

View file

@ -1,8 +1,8 @@
name: Warn on pushing to `main`
name: Warn on pushing to `release`
on:
pull_request_target:
types: [opened]
branches: [main]
branches: [release]
permissions:
issues: write
jobs: