Skip to content

Commit bcf2ed9

Browse files
committed
ci: add shared Maven workflow [skip ci]
1 parent 554c111 commit bcf2ed9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [2.3.x, 2.7.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 4.0.x, 4.1.x]
7+
pull_request:
8+
branches: [2.3.x, 2.7.x, 3.0.x, 3.1.x, 3.2.x, 3.3.x, 3.4.x, 3.5.x, 4.0.x, 4.1.x]
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
build:
15+
uses: easy-4-java/.github/.github/workflows/maven-starter-ci.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)