Skip to content

Commit

Permalink
CI: Don't publish docs for 0.x test releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Jun 16, 2024
1 parent 64f90a6 commit 706c140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
tags:
- "v*" # push events matching `v` followed by anything, e.g. v1.0, v20.15.10
- "v[1-9]*" # push events matching `v` followed by anything larger than 0, e.g. v1.0, v20.15.10

jobs:
deploy:
Expand Down

0 comments on commit 706c140

Please sign in to comment.