[All Overmap Tilesets] Rename gun store ID fix #119
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Larwick_Overmap composer | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'gfx/Larwick_Overmap/**' | |
- '.github/workflows/Larwick_Overmap_ci_build.yml' | |
pull_request: | |
branches: | |
- master | |
paths: | |
- 'gfx/Larwick_Overmap/**' | |
- '.github/workflows/Larwick_Overmap_ci_build.yml' | |
jobs: | |
build: | |
uses: ./.github/workflows/composer_template.yml | |
with: | |
tileset: Larwick_Overmap | |
composer-args: --use-all |