Skip to content

Do not add docks if self.iface is not defined when using qgis_process… #23

Do not add docks if self.iface is not defined when using qgis_process…

Do not add docks if self.iface is not defined when using qgis_process… #23

Workflow file for this run

name: Transifex 🗺
on:
push:
branches:
- master
paths:
- '**.py'
- '**.ui'
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'ghtmtt'
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install Python requirements
run: pip install qgis-plugin-ci
- name: Push to Transifex
run: qgis-plugin-ci push-translation ${{ secrets.TRANSIFEX_TOKEN }}