Skip to content

Update workflow triggers to restrict pushes to the main branch and al… #76

Update workflow triggers to restrict pushes to the main branch and al…

Update workflow triggers to restrict pushes to the main branch and al… #76

Workflow file for this run

name: Build nano
on:
push:
branches:
- main
pull_request:
branches:
- "*"
workflow_dispatch:
jobs:
call-workflow-passing-data:
uses: ./.github/workflows/build-macos.yaml
with:
hostname: nano
secrets: inherit