mirror of
https://github.com/n64decomp/mk64
synced 2026-05-27 23:46:15 -04:00
Only update progress when running on master branch. (#106)
This commit is contained in:
Vendored
+3
@@ -29,6 +29,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Update progress') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
progress = sh(
|
||||
|
||||
Reference in New Issue
Block a user