Skip to content

Commit a386325

Browse files
committed
Merge latest gh-pages into copilot/switch-to-html5-details-element
2 parents 05a5308 + 4acaf76 commit a386325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- gh-pages
7+
pull_request:
78
workflow_dispatch:
89

910
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -41,6 +42,7 @@ jobs:
4142
path: '.'
4243

4344
deploy:
45+
if: github.event_name != 'pull_request'
4446
environment:
4547
name: github-pages
4648
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)