Files
DNZHRecomp/.github/workflows/validate-internal.yml
Alejandro Asenjo Nitti 205a7f5293 CI Workflows (#2)
* CI Implementation setup

* update rom name

* update rom name (aspMain.us.toml)

* update recompsyms

* Set execute bit for appimage.sh

* Set execute bit for ld64
2025-10-25 01:07:02 -03:00

12 lines
296 B
YAML

name: validate-internal
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
build:
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
uses: ./.github/workflows/validate.yml
secrets: inherit