Skip to content

Commit cb4b666

Browse files
committed
Reuse plexus-pom action for CI
1 parent 20cf654 commit cb4b666

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

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

2020
on: [push, pull_request]
2121

2222
jobs:
2323
build:
2424
name: Build it
2525
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)