chore(ci): link and update build artifacts for PRs (#453)

This commit is contained in:
David Chavez
2024-08-01 13:02:35 +02:00
committed by GitHub
parent 3346400775
commit 6598da434e
3 changed files with 57 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: validate-internal
on:
push:
branches:
- dev
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