Skip to content

Commit ef3dbbf

Browse files
committed
Update and consolidate CI configuration
1 parent b0bc756 commit ef3dbbf

4 files changed

Lines changed: 7 additions & 30 deletions

File tree

.github/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-build.sh
2+
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-build.sh
33
sh ci-build.sh

.github/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/ci-setup-github-actions.sh
2+
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh
33
sh ci-setup-github-actions.sh

.github/workflows/build-pr.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
tags:
88
- "*-[0-9]+.*"
9+
pull_request:
10+
branches:
11+
- master
912

1013
jobs:
1114
build:
@@ -32,5 +35,6 @@ jobs:
3235
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3336
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3437
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
35-
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
38+
CENTRAL_USER: ${{ secrets.CENTRAL_USER }}
39+
CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }}
3640
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

0 commit comments

Comments
 (0)