Skip to content

Merge pull request #21 from FatalDecomp/towers #89

Merge pull request #21 from FatalDecomp/towers

Merge pull request #21 from FatalDecomp/towers #89

Workflow file for this run

name: Build
# E6-S1. The PR gate is a thin caller; everything it does lives in the reusable
# editor-build workflow so that E6-S2 and E6-S3 can reuse it rather than restate
# the provisioning.
on:
push:
pull_request:
# The nightly schedule lives in nightly.yml, which calls the same reusable
# workflow and then publishes. Scheduling it here as well would build master
# twice every night for one set of artifacts.
permissions:
contents: read
jobs:
editor:
name: Editor
uses: ./.github/workflows/editor-build.yml