Skip to content

Commit 658b724

Browse files
akurtakovCopilot
andcommitted
Run license check when its workflow file changes
Add .github/workflows/licensecheck.yml to the push and pull_request paths filters so the License check workflow runs (and the NPM review request flow is exercised) whenever the workflow itself is edited. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b818803 commit 658b724

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/licensecheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
1010
- '**/package-lock.json'
1111
- '**/pom.xml'
1212
- '**/*.target'
13+
- '.github/workflows/licensecheck.yml'
1314
pull_request:
1415
branches:
1516
- 'master'
@@ -18,6 +19,7 @@ on: # https://docs.github.com/en/actions/reference/workflows-and-actions/events
1819
- '**/package-lock.json'
1920
- '**/pom.xml'
2021
- '**/*.target'
22+
- '.github/workflows/licensecheck.yml'
2123
issue_comment:
2224
types: [created]
2325
workflow_dispatch:

0 commit comments

Comments
 (0)