Run license checker when new commits are pushed to PR

pull/18491/head
Nathan Coleman 2023-08-16 16:16:44 -04:00
parent e0bdca41f6
commit bb76a45e5a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ name: License Checker
on:
pull_request:
types: [opened]
types: [opened, synchronize]
branches:
- release/1.14.*
- release/1.15.*