Skip to content

Commit

Permalink
Merge pull request #10368 from IQSS/10367-docker-sql
Browse files Browse the repository at this point in the history
push docker images when .sql files are updated
  • Loading branch information
poikilotherm authored Mar 12, 2024
2 parents e26fabe + 44df45e commit ec1b174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
push:
paths:
- "**.java"
- "**.sql"
- "pom.xml"
- "modules/**/pom.xml"
- "!modules/container-base/**"
- "!modules/dataverse-spi/**"
pull_request:
paths:
- "**.java"
- "**.sql"
- "pom.xml"
- "modules/**/pom.xml"
- "!modules/container-base/**"
Expand Down

0 comments on commit ec1b174

Please sign in to comment.