Browse Source

Skip rebase-needed job for i10n branch (#24026)

lets-bump-hometown-to-mastodon-4.2
Nick Schonning 3 years ago committed by GitHub
parent
commit
9dfe2dbd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rebase-needed.yml

2
.github/workflows/rebase-needed.yml

@ -4,9 +4,11 @@ on:
push:
branches-ignore:
- 'dependabot/**'
- 'l10n_main'
pull_request_target:
branches-ignore:
- 'dependabot/**'
- 'l10n_main'
types: [synchronize]
permissions:

Loading…
Cancel
Save