Publish extensions branch

This commit is contained in:
RednedEpic 2022-04-24 12:07:50 -05:00
parent f2e606c0f3
commit 9af6f948fe
2 changed files with 5 additions and 4 deletions

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
branch "feature/extensions"
}
steps {