Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit da0d0e5

Browse files
committed
Reuse plexus-pom action for CI
1 parent ec8f9fa commit da0d0e5

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/maven.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
name: Java CI
1817

19-
on:
20-
push:
21-
branches-ignore:
22-
- dependabot/**
23-
pull_request:
18+
name: GitHub CI
19+
20+
on: [push, pull_request]
2421

2522
jobs:
2623
build:
27-
name: Verify
28-
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
24+
name: Build it
25+
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
26+
27+
deploy:
28+
name: Deploy
29+
needs: build
30+
uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31+
secrets: inherit

0 commit comments

Comments
 (0)