Skip to content
Snippets Groups Projects
Unverified Commit aa2e837e authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

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

parent 98a32432
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,9 @@ name: Check release notes
on:
pull_request:
branches: '*'
branches:
- '*'
- '!release/*'
jobs:
check:
......
---
category: Maintenance
authors: [j-f1]
---
Don’t check for release notes on `release/*` branches
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment