Skip to content

Commit

Permalink
Merge pull request #544 from axonivy/publish-doc-12
Browse files Browse the repository at this point in the history
Only update gh pages if has scm changes
  • Loading branch information
ivy-lli authored Dec 19, 2024
2 parents d81d8e2 + 4a3293d commit 6b9cea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
}
stage('deploy-site') {
when {
expression { isReleaseOrMasterBranch() }
expression { isReleaseOrMasterBranch() && currentBuild.changeSets.size() > 0 }
}
steps {
script {
Expand Down

0 comments on commit 6b9cea4

Please sign in to comment.