Skip to content

Update Main UI

Update Main UI #1960

name: Build on pull request to main
on:
pull_request:
branches: [ main ]
jobs:
build-workflow:
strategy:
matrix:
profile: [ p231, p232, p233, p241, p242, p243 ]
uses: ./.github/workflows/build-workflow.yml
with:
build-profile: ${{ matrix.profile }}
ref-name: ${{ github.event.pull_request.head.sha }}
build-with-rider: false
secrets: inherit
build-workflow-with-rider:
strategy:
matrix:
profile: [ p231, p232, p233, p241, p242, p243 ]
uses: ./.github/workflows/build-workflow.yml
with:
build-profile: ${{ matrix.profile }}
ref-name: ${{ github.event.pull_request.head.sha }}
build-with-rider: true
secrets: inherit
plugin-verifier-workflow:
strategy:
matrix:
profile: [ p231, p232, p233, p241, p242, p243 ]
uses: ./.github/workflows/plugin-verifier-workflow.yml
with:
build-profile: ${{ matrix.profile }}
ref-name: ${{ github.event.pull_request.head.sha }}
secrets: inherit