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: on:
push: push:
branches: branches-ignore:
- master - "l10n_master"
pull_request: - "dependabot/**"
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest