diff --git a/.circleci/main.yml b/.circleci/main.yml index 2882fe9..43f887c 100644 --- a/.circleci/main.yml +++ b/.circleci/main.yml @@ -1,5 +1,10 @@ version: 2.1 +parameters: + is_pr: + type: boolean + default: false + orbs: # The python orb contains a set of prepackaged CircleCI configuration you can use repeatedly in your configuration files # Orb commands and jobs help you with common scripting around a language/tool