Only check CLA on PRs to master.

This commit is contained in:
mike12345567 2023-10-19 18:00:40 +01:00
parent 1df9414aee
commit e79726e264
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
branches:
- master
jobs:
CLAssistant: