Merge pull request #18699 from dundargoc/backport/commitlint

ci(commitlint): only trigger on PRs to master #18679
This commit is contained in:
James McCoy
2022-05-24 07:02:39 -04:00
committed by GitHub

View File

@@ -4,6 +4,8 @@ on:
# to merge a PR, it can't be skipped, so use pull_request_target
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- 'master'
jobs:
lint-commits:
runs-on: ubuntu-latest