CI Workflows. (#73)

This commit is contained in:
Darío
2026-01-24 15:33:06 -03:00
committed by GitHub
parent 5d0d15e9a3
commit 5ec2d3e5c2
12 changed files with 823 additions and 0 deletions
+12
View File
@@ -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