fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow (#2594)
This commit is contained in:
parent
8729ab3c54
commit
bfeb3c7dfd
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…
x
Reference in New Issue
Block a user