Skip to content

Commit

Permalink
ci(circleci): filter deploy-doc to only main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Nov 20, 2023
1 parent ed7bffc commit 7ca054b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ workflows:
- deploy-docs:
requires:
- build-docs
filters:
branches:
only: main

0 comments on commit 7ca054b

Please sign in to comment.