Skip to content

Commit 4f54754

Browse files
committed
CI: Update to current structure
1 parent 03d97be commit 4f54754

File tree

3 files changed

+9
-28
lines changed

3 files changed

+9
-28
lines changed

.github/workflows/build-pr.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/build-main.yml renamed to .github/workflows/build.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ name: build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- "*-[0-9]+.*"
9+
pull_request:
10+
branches:
11+
- main
912

1013
jobs:
1114
build:
@@ -14,7 +17,7 @@ jobs:
1417
steps:
1518
- uses: actions/checkout@v2
1619
- name: Set up Java
17-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v4
1821
with:
1922
java-version: '8'
2023
distribution: 'zulu'
@@ -28,5 +31,6 @@ jobs:
2831
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2932
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3033
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
31-
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
34+
CENTRAL_USER: ${{ secrets.CENTRAL_USER }}
35+
CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }}
3236
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Image.sc Forum](https://img.shields.io/badge/dynamic/json.svg?label=forum&url=https%3A%2F%2Fforum.image.sc%2Ftags%2Fimagej.json&query=%24.topic_list.tags.0.topic_count&colorB=brightgreen&suffix=%20topics&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPklEQVR42m3SyyqFURTA8Y2BER0TDyExZ+aSPIKUlPIITFzKeQWXwhBlQrmFgUzMMFLKZeguBu5y+//17dP3nc5vuPdee6299gohUYYaDGOyyACq4JmQVoFujOMR77hNfOAGM+hBOQqB9TjHD36xhAa04RCuuXeKOvwHVWIKL9jCK2bRiV284QgL8MwEjAneeo9VNOEaBhzALGtoRy02cIcWhE34jj5YxgW+E5Z4iTPkMYpPLCNY3hdOYEfNbKYdmNngZ1jyEzw7h7AIb3fRTQ95OAZ6yQpGYHMMtOTgouktYwxuXsHgWLLl+4x++Kx1FJrjLTagA77bTPvYgw1rRqY56e+w7GNYsqX6JfPwi7aR+Y5SA+BXtKIRfkfJAYgj14tpOF6+I46c4/cAM3UhM3JxyKsxiOIhH0IO6SH/A1Kb1WBeUjbkAAAAAElFTkSuQmCC)](https://forum.image.sc/tag/imagej)
2-
[![](https://github.com/imagej/imagej2/actions/workflows/build-main.yml/badge.svg)](https://github.com/imagej/imagej2/actions/workflows/build-main.yml)
2+
[![](https://github.com/imagej/imagej2/actions/workflows/build.yml/badge.svg)](https://github.com/imagej/imagej2/actions/workflows/build.yml)
33
[![developer chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://imagesc.zulipchat.com/#narrow/stream/327236-ImageJ2)
44
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/imagej/imagej2)
55

@@ -48,7 +48,7 @@ For more details on the project, see the [ImageJ wiki](https://imagej.net/).
4848
ImageJ2 is distributed under a
4949
[Simplified BSD License](https://en.wikipedia.org/wiki/BSD_licenses);
5050
for the full text of the license, see
51-
[LICENSE.txt](https://github.com/imagej/imagej2/blob/master/LICENSE.txt).
51+
[LICENSE.txt](https://github.com/imagej/imagej2/blob/main/LICENSE.txt).
5252

5353

5454
# IMAGEJ2 AS A LIBRARY

0 commit comments

Comments
 (0)