Skip to content

Automated build of 513b459370527f6bbe9aaa5959c711d495487065 #13

Automated build of 513b459370527f6bbe9aaa5959c711d495487065

Automated build of 513b459370527f6bbe9aaa5959c711d495487065 #13

Workflow file for this run

name: build
on:
push:
# Can't push a build commit to a tag, so only run for branches
branches:
- '**'
paths:
# Include any files that could require rebuilding
- 'package-lock.json'
- 'src/**'
jobs:
ncc-build:
uses: planningcenter/balto-utils/.github/workflows/ncc.yml@v2