Skip to content

Commit

Permalink
CI: Fix duplicate doc builds on release
Browse files Browse the repository at this point in the history
Need to specify one of published or released, since published fires for
both released and prereleased.
  • Loading branch information
dopplershift committed Aug 9, 2021
1 parent 2f4de66 commit 6c27762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
pull_request:
release:
types: [published]

permissions:
contents: write
Expand Down

0 comments on commit 6c27762

Please sign in to comment.