Skip to content

Commit

Permalink
Add PR Preview Github workflow action.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 8, 2024
1 parent 76e1d56 commit 35feab4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy PR previews

on:
pull_request:
types:
- opened
- reopened
- synchronize

concurrency: preview-${{github.ref}}

jobs:
deploy-preview:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: .

0 comments on commit 35feab4

Please sign in to comment.