mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-03-25 09:25:50 +00:00
26 lines
No EOL
383 B
YAML
26 lines
No EOL
383 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
issues: write
|
|
|
|
jobs:
|
|
mac:
|
|
name: Mac CI
|
|
uses: ./.github/workflows/mac.yml
|
|
|
|
ios:
|
|
name: iOS CI
|
|
uses: ./.github/workflows/ios.yml
|
|
|
|
node:
|
|
name: Node.js CI
|
|
uses: ./.github/workflows/node.yml |