Skip to content

Add GitHub Actions workflow for deploying GitHub Pages preview #20

Add GitHub Actions workflow for deploying GitHub Pages preview

Add GitHub Actions workflow for deploying GitHub Pages preview #20

Workflow file for this run

---
name: PR validation
on:
pull_request:
jobs:
validate:
uses: AdobeDocs/commerce-contributor/.github/workflows/validate-pr.yml@main
with:
base_ref: ${{ github.event.pull_request.base.ref }}