Skip to content

Commit

Permalink
Trigger documentation update only on release (#1724)
Browse files Browse the repository at this point in the history
Fix #1718
  • Loading branch information
eleftherias authored Nov 24, 2023
1 parent b8de550 commit 50325ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Deploy docs to GitHub Pages

on:
workflow_dispatch:

push:
branches:
- main
paths:
- "docs/**"
release:
types: [created]

permissions:
contents: write
Expand Down

0 comments on commit 50325ce

Please sign in to comment.