Skip to content

Commit

Permalink
ci: limit docs deploy to tagged versions
Browse files Browse the repository at this point in the history
prior all pushes would redeploy docs
  • Loading branch information
J-81 committed Aug 25, 2022
1 parent 4be9318 commit ef7b1cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: docs website
# build the documentation whenever there are new commits on main
on:
push:
branches:
- main
- development
# Alternative: only build for tags.
# tags:
# - '*'
tags:
- '*'

# security: restrict permissions for CI jobs.
permissions:
Expand Down

0 comments on commit ef7b1cd

Please sign in to comment.