File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ name: build
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
tags :
8
8
- " *-[0-9]+.*"
9
+ pull_request :
10
+ branches :
11
+ - main
9
12
10
13
jobs :
11
14
build :
14
17
steps :
15
18
- uses : actions/checkout@v2
16
19
- name : Set up Java
17
- uses : actions/setup-java@v2
20
+ uses : actions/setup-java@v3
18
21
with :
19
22
java-version : ' 8'
20
23
distribution : ' zulu'
28
31
GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
29
32
MAVEN_USER : ${{ secrets.MAVEN_USER }}
30
33
MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
34
+ OSSRH_USER : ${{ secrets.OSSRH_USER }}
31
35
OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
32
36
SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
Original file line number Diff line number Diff line change 1
- [ ![ ] ( https://github.com/scijava/scripting-python/actions/workflows/build-main .yml/badge.svg )] ( https://github.com/scijava/scripting-python/actions/workflows/build-main .yml )
1
+ [ ![ Build Status ] ( https://github.com/scijava/scripting-python/actions/workflows/build.yml/badge.svg )] ( https://github.com/scijava/scripting-python/actions/workflows/build.yml )
2
2
3
3
# Python Scripting
4
4
You can’t perform that action at this time.
0 commit comments