13 lines
196 B
YAML
13 lines
196 B
YAML
|
name: build
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- "*"
|
||
|
|
||
|
jobs:
|
||
|
call-workflow:
|
||
|
uses: byteverse/.github/.github/workflows/build.yaml@main
|
||
|
secrets: inherit
|
||
|
with:
|
||
|
release: false
|