[Ultica] Light bulb and Xedra Evolved stuff mostly overlay by Eru the wise\kingdomoferusea #674
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: Altica composer | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'gfx/Altica/**' | |
- 'gfx/UltimateCataclysm/**' | |
- '.github/workflows/Altica_ci_build.yml' | |
pull_request: | |
branches: | |
- master | |
paths: | |
- 'gfx/Altica/**' | |
- 'gfx/UltimateCataclysm/**' | |
- '.github/workflows/Altica_ci_build.yml' | |
jobs: | |
build: | |
uses: ./.github/workflows/composer_template.yml | |
with: | |
tileset: Altica | |
composer-args: --use-all --obsolete-fillers |