Skip to content

Maps.txt bug fixes

Maps.txt bug fixes #50

Workflow file for this run

name: Poify/Unpoify
on:
push:
paths:
- "data/text/**"
pull_request:
paths:
- "data/text/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Poify/Unpoify run
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
uses: BGforgeNet/msg2po@master
with:
poify: true
unpoify: true
single_commit: true
- name: Poify/Unpoify test
if: (github.ref != 'refs/heads/master' && github.event_name == 'push') || github.event_name == 'pull_request'
uses: BGforgeNet/msg2po@master
with:
poify: true
unpoify: true
dir2msgstr: true
push: false