Skip to content

Instantly share code, notes, and snippets.

View AndrewLeedham's full-sized avatar
👋

Andrew Leedham AndrewLeedham

👋
View GitHub Profile
@olafwrieden
olafwrieden / pull-request-previews.yml
Created February 12, 2022 01:33
Pull Request Previews with Azure App Service & GitHub Actions
name: Pull Request Preview
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- main
paths:
- "app/**"
workflow_dispatch: