Skip to content

Commit fdad7e4

Browse files
committed
Reuse plexus-pom action for CI
1 parent 42cedfc commit fdad7e4

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: Maven GitHub CI
18+
name: GitHub CI
1919

20-
on:
21-
push:
22-
pull_request:
20+
on: [push, pull_request]
2321

2422
jobs:
2523
build:
26-
name: Verify
24+
name: Build it
2725
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)