mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Don’t check for release notes on release/* branches (#864)
This commit is contained in:
4
.github/workflows/check-release-notes.yml
vendored
4
.github/workflows/check-release-notes.yml
vendored
@@ -2,7 +2,9 @@ name: Check release notes
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: '*'
|
||||
branches:
|
||||
- '*'
|
||||
- '!release/*'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
||||
6
upcoming-release-notes/864.md
Normal file
6
upcoming-release-notes/864.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Don’t check for release notes on `release/*` branches
|
||||
Reference in New Issue
Block a user