mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-10 02:51:38 +00:00
15 lines
346 B
YAML
15 lines
346 B
YAML
name: validate
|
|
on:
|
|
push:
|
|
branches:
|
|
- dev
|
|
pull_request:
|
|
types: [opened, synchronize]
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
cancel-in-progress: true
|
|
jobs:
|
|
build:
|
|
if: github.repository == github.event.pull_request.head.repo.full_name
|
|
uses: ./.github/workflows/validate.yml
|
|
secrets: inherit
|