Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 240 Bytes

File metadata and controls

15 lines (10 loc) · 240 Bytes

isProduction() step

This step returns true if the current build is not a build for pull request. It returns false otherwise.

Parameters

No parameters.

Example Usage

if (isProduction()) {
    // do something
}