Skip to content

Commit

Permalink
fix: only deploy new docs on full release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Nov 28, 2024
1 parent 8aaab96 commit 9d88129
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release Docs

on:
push:
branches:
- main
release:
types: [released]

jobs:
build-docs:
Expand Down

0 comments on commit 9d88129

Please sign in to comment.