Skip to content

Commit 76ed1ce

Browse files
authored
Update deploy workflow to remove pull request trigger
Remove pull_request trigger and condition for deployment.
1 parent 5b8b55b commit 76ed1ce

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

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

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

4443
deploy:
45-
if: github.event_name != 'pull_request'
4644
environment:
4745
name: github-pages
4846
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)