Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Aggregations

Aggregations #31

name: Pull request main (backoffice)
on:
pull_request_target:
branches: [main]
paths:
- 'backoffice/**'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/test-backoffice.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit