Skip to content

Add Gen 3 to Gen 4 character converter #80

Add Gen 3 to Gen 4 character converter

Add Gen 3 to Gen 4 character converter #80

Workflow file for this run

name: Build on push
on:
push:
branches:
- master
paths-ignore:
- '*.md'
- '**/.gitignore'
- 'images/'
pull_request:
branches:
- master
paths-ignore:
- '*.md'
- '**/.gitignore'
- 'images/'
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
publish: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}