diff --git a/Jenkinsfile b/Jenkinsfile index c68b733c..c7364b75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,9 @@ pipeline { } stage('Publish') { + when { + branch 'master' + } steps { sh './gradlew publish --no-daemon' } @@ -29,4 +32,4 @@ pipeline { environment { local_maven = '/var/www/maven' } -} \ No newline at end of file +} diff --git a/supporters.json b/supporters.json index ddefd857..960fb758 100644 --- a/supporters.json +++ b/supporters.json @@ -4,5 +4,8 @@ }, "DJAscendance": { "tier": 1 + }, + "SneezySchoo": { + "tier": 1 } }