Browse Source

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

pull/2595/head
Aakansha Doshi 5 years ago committed by GitHub
parent
commit
bfeb3c7dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/changelog-check.yml

7
.github/workflows/changelog-check.yml

@ -2,10 +2,9 @@ name: Changelog in sync for packages @@ -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…
Cancel
Save