1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

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

View file

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