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 }}