fix(changelog-check.yml): ignore l10n_master and dependabot branches in changelog workflow (#2594)

This commit is contained in:
Aakansha Doshi 2020-12-15 02:25:45 +05:30 committed by GitHub
parent 8729ab3c54
commit bfeb3c7dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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