Build and publish snapshot on merge (#1695)
This commit is contained in:
parent
e092e87d6b
commit
dca64662f6
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue