Skip to content

ci(changelog): push back to main [CNDL-488] #18

ci(changelog): push back to main [CNDL-488]

ci(changelog): push back to main [CNDL-488] #18

Workflow file for this run

name: PRs
on:
pull_request:
branches:
- main
jobs:
prs:
strategy:
fail-fast: false
matrix:
workingDirectory: [ "packages/npm/send" ]
uses: ./.github/workflows/ci.yml
with:
workingDirectory: ${{ matrix.workingDirectory }}
secrets: inherit
name: ${{ matrix.workingDirectory }}