Skip to content

Commit

Permalink
Removes deployments on Pull Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Jan 31, 2024
1 parent 3c807e8 commit 23d5dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Deploy Docusaurus site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main", "ci/**"]
branches: ["main", "pages/**"]
paths:
- "documentation/**"
pull_request:
branches: ["main", "ci/**"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 23d5dd4

Please sign in to comment.