We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cedfc commit fdad7e4Copy full SHA for fdad7e4
.github/workflows/maven.yml
@@ -15,13 +15,17 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-name: Maven GitHub CI
+name: GitHub CI
19
20
-on:
21
- push:
22
- pull_request:
+on: [push, pull_request]
23
24
jobs:
25
build:
26
- name: Verify
+ name: Build it
27
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
+
+ deploy:
28
+ name: Deploy
29
+ needs: build
30
+ uses: codehaus-plexus/.github/.github/workflows/maven-deploy.yml@master
31
+ secrets: inherit
0 commit comments