mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 00:47:54 +00:00
14 lines
192 B
YAML
14 lines
192 B
YAML
name: Pull Request CI
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [ main ]
|
|
|
|
permissions: read-all
|
|
|
|
jobs:
|
|
run-ci:
|
|
uses: ./.github/workflows/reusable-ci.yml
|
|
with:
|
|
upload-artifacts: false
|