Build and publish snapshot on merge (#1695)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-11-19 22:07:29 +02:00 committed by GitHub
parent e092e87d6b
commit dca64662f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,9 @@ on:
# strange schedule to reduce the risk of DDOS GitHub infra
- cron: "24 3 * * *"
workflow_dispatch:
push:
branches:
- master
jobs:
build:
@ -150,7 +153,6 @@ jobs:
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
run: ./gradlew snapshot --stacktrace
issue:
name: Open issue on failure
needs: [ build, test, testLatestDep, snapshot ]