Skip to content

superseeds https://github.com/ghtmtt/DataPlotly/pull/228 (#357) #25

superseeds https://github.com/ghtmtt/DataPlotly/pull/228 (#357)

superseeds https://github.com/ghtmtt/DataPlotly/pull/228 (#357) #25

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 }}