mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow (#2594)
This commit is contained in:
parent
8729ab3c54
commit
bfeb3c7dfd
1 changed files with 3 additions and 4 deletions
7
.github/workflows/changelog-check.yml
vendored
7
.github/workflows/changelog-check.yml
vendored
|
@ -2,10 +2,9 @@ name: Changelog in sync for packages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
branches-ignore:
|
||||
- "l10n_master"
|
||||
- "dependabot/**"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue