Skip to content

Commit

Permalink
Update CI.yml (#9009)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Mar 8, 2023
1 parent b834546 commit 730210b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: mvn --batch-mode --update-snapshots verify
build-publish:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.repository == 'geosolutions-it/geosolutions-it' }}
if: ${{ github.event_name == 'push' && github.repository == 'geosolutions-it/MapStore2' }}
needs: [test-front-end, test-back-end, build]
steps:
- name: "checking out"
Expand Down

0 comments on commit 730210b

Please sign in to comment.