Skip to content

Commit

Permalink
Merge branch 'main' into feat-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored May 23, 2024
2 parents 01183ee + ed395c8 commit 975cbc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Deploy PR previews to GitHub Pages
concurrency: preview-${{ github.ref }}
on:
pull_request:
pull_request_target:
types:
- opened
- reopened
- synchronize
- closed

permissions:
contents: write
pull-requests: write
jobs:
deploy-preview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 975cbc5

Please sign in to comment.