Skip to content

Commit

Permalink
Run license checker when new commits are pushed to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed Aug 16, 2023
1 parent e0bdca4 commit bb76a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: License Checker

on:
pull_request:
types: [opened]
types: [opened, synchronize]
branches:
- release/1.14.*
- release/1.15.*
Expand Down

0 comments on commit bb76a45

Please sign in to comment.