File tree Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Expand file tree Collapse file tree 2 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 1- name : Release Publisher
1+ name : ' Publish (Java): RELEASE '
22on :
33 push :
44 tags :
Original file line number Diff line number Diff line change 1- name : Snapshot Publisher
1+ name : ' Publish (Java): SNAPSHOT'
2+ # on:
3+ # push:
4+ # branches: [ main ]
5+ # tags-ignore:
6+ # - "[0-9]+.[0-9]+.[0-9]+(-[0-9a-z]+)?"
7+ # paths-ignore:
8+ # - 'docs/**'
9+ # - 'scripts/**'
10+ # - '.github/pull_request_template.md'
11+ # - '.gitignore'
12+ # - 'gradlew'
13+ # - 'gradlew.bat'
14+ # - '**.adoc'
15+ # - '*.txt'
216on :
3- push :
4- branches : [ main ]
5- tags-ignore :
6- - " [0-9]+.[0-9]+.[0-9]+(-[0-9a-z]+)?"
7- paths-ignore :
8- - ' docs/**'
9- - ' scripts/**'
10- - ' .github/pull_request_template.md'
11- - ' .gitignore'
12- - ' gradlew'
13- - ' gradlew.bat'
14- - ' **.adoc'
15- - ' *.txt'
17+ pull_request :
18+ types : [opened, reopened, synchronize]
1619jobs :
1720 build :
1821 name : Release JDK (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}})
You can’t perform that action at this time.
0 commit comments