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 17, 2023
1 parent 68ba4ec commit 981425d
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 981425d

Please sign in to comment.