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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches-ignore:
|
||||||
- master
|
- "l10n_master"
|
||||||
pull_request:
|
- "dependabot/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user