Skip to content

chore(deps): update angular to v20.3.15 #43

chore(deps): update angular to v20.3.15

chore(deps): update angular to v20.3.15 #43

Workflow file for this run

name: pr
on:
pull_request:
branches: [main, develop]
pull_request_target:
branches: [main, develop]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
# Skip duplicate runs: run pull_request_target only for bot PRs, pull_request for others
if: |
github.event_name != 'pull_request_target' ||
github.actor == 'github-actions[bot]' ||
github.actor == 'renovate[bot]'
uses: './.github/workflows/build.yml'
with:
dockerPublish: false