Skip to content

chore(workflow) add concurrency and trigger deploy job only on main branch #13

chore(workflow) add concurrency and trigger deploy job only on main branch

chore(workflow) add concurrency and trigger deploy job only on main branch #13

Workflow file for this run

name: PR Build
on:
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build-reusable-workflow.yaml