Skip to content

Commit

Permalink
Merge pull request #5 from planningcenter/ml/auto-build
Browse files Browse the repository at this point in the history
Use balto-utils NCC workflow to build dist
  • Loading branch information
molawson authored Mar 28, 2024
2 parents e9cc6c5 + 8cfd663 commit 6ee191e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit 6ee191e

Please sign in to comment.