Skip to content

Commit

Permalink
[ACS-5597] Add GHA (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz authored Jul 13, 2023
1 parent 4dbb6a8 commit c09600d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Alfresco ROOT Web Application CI

on:
pull_request:
branches:
- master
push:
branches:
- master
workflow_dispatch:

jobs:
build_and_release:
name: "Build and Release"
uses: Alfresco/alfresco-build-tools/.github/workflows/[email protected]
secrets: inherit
with:
build-args: "-Dmaven.javadoc.skip=true"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-server-root</artifactId>
<name>Alfresco ROOT Web Application</name>
<version>6.1-SNAPSHOT</version>
<version>7.0-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
Expand Down

0 comments on commit c09600d

Please sign in to comment.