mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-08-27 15:56:45 -04:00
CI Workflows. (#73)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user