Skip to content

Commit

Permalink
Preview workflow added.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioRomanoGenovese committed Nov 5, 2023
1 parent cc4973c commit ee67f3c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# .github/workflows/preview.yml
name: Deploy PR previews

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

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

jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy PR Preview
uses: rossjrw/[email protected]
with:
source-dir: .
umbrella-dir: pr-preview
action: auto

0 comments on commit ee67f3c

Please sign in to comment.