Don’t check for release notes on release/* branches (#864)

This commit is contained in:
Jed Fox
2023-04-07 16:15:12 -04:00
committed by GitHub
parent 98a32432ef
commit aa2e837e7e
2 changed files with 9 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ name: Check release notes
on:
pull_request:
branches: '*'
branches:
- '*'
- '!release/*'
jobs:
check:

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [j-f1]
---
Dont check for release notes on `release/*` branches