Skip to content

Commit

Permalink
fixup: build not only on pull requests (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Jun 20, 2024
1 parent 1693806 commit 3d707b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ pipeline {
}
}

stage('Build PR') {
when { changeRequest() }
stage('Build') {
steps {
sh '''
npm run build
Expand Down

0 comments on commit 3d707b3

Please sign in to comment.