From 27c97c29d5024af581612e0a01b92aa7c2168ea3 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:24:24 +0100 Subject: [PATCH] Update frontend-licenses-update.yml --- .github/workflows/frontend-licenses-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend-licenses-update.yml b/.github/workflows/frontend-licenses-update.yml index f9477d7fa..982c50e6a 100644 --- a/.github/workflows/frontend-licenses-update.yml +++ b/.github/workflows/frontend-licenses-update.yml @@ -1,9 +1,9 @@ name: Frontend License Report Workflow on: - push: + pull_request: branches: - - feature/react-overhaul + - V2 paths: - "frontend/package.json" - "frontend/package-lock.json" @@ -119,4 +119,4 @@ jobs: if: steps.cpr.outputs.pull-request-operation == 'created' && env.LICENSE_WARNINGS_EXIST == 'true' run: gh pr edit "${{ steps.cpr.outputs.pull-request-number }}" --add-label "license-review-required" env: - GH_TOKEN: ${{ steps.setup-bot.outputs.token }} \ No newline at end of file + GH_TOKEN: ${{ steps.setup-bot.outputs.token }}