Skip to content

Commit

Permalink
Merge pull request #15 from CDOT-CV/sync-cdot-dev-with-usdot-dev
Browse files Browse the repository at this point in the history
Sync CDOT dev branch with latest USDOT dev changes
  • Loading branch information
drewjj authored Jan 31, 2024
2 parents c4054fa + 4a93524 commit ce9aeec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: CI
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [develop, master]

jobs:
jpo-sdw-depositor:
Expand All @@ -16,10 +18,6 @@ jobs:
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build
run: |
cd $GITHUB_WORKSPACE
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Docker build

on:
push:
branches-ignore:
- "develop"
- "master"
- "release/*"
pull_request:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230227</version>
<version>20231013</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit ce9aeec

Please sign in to comment.