Skip to content

Merge pull request #374 from chrstnbwnkl/add_logical_operators_to_pro… #99

Merge pull request #374 from chrstnbwnkl/add_logical_operators_to_pro…

Merge pull request #374 from chrstnbwnkl/add_logical_operators_to_pro… #99

Workflow file for this run

name: Transifex 🗺
on:
push:
branches:
- master
paths:
- '**.py'
- '**.ui'
jobs:
push:
name: Push to Transifex
runs-on: ubuntu-latest
if: github.repository == '3liz/QuickOSM'
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/cache@v4.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/packaging.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Python requirements
run: pip install -r requirements/packaging.txt
- name: Push to Transifex
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}