Skip to content

Commit

Permalink
Merge pull request #465 from teksi/poa_add_reach_points_v2
Browse files Browse the repository at this point in the history
Fix several bugs on QGIS .qgs project
  • Loading branch information
ponceta authored Oct 25, 2024
2 parents c12f0bf + c7f668f commit 4072050
Show file tree
Hide file tree
Showing 2 changed files with 96,270 additions and 96,286 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/project-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ on:
paths:
- project/**
- '.github/workflows/project-translation.yml'
pull_request:
branches:
- main
paths:
- project/**
- '.github/workflows/project-translation.yml'
schedule:
- cron: "30 04 * * *"
workflow_dispatch:


Expand Down Expand Up @@ -42,6 +50,7 @@ jobs:
run: docker compose run qgis sh -c 'xvfb-run /usr/src/project/scripts/project-translation-create-source.py /usr/src/project/teksi_wastewater.qgs'

- name: Push to TX
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
working-directory: project
run: ./tx push --source

Expand Down
Loading

0 comments on commit 4072050

Please sign in to comment.