Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zastlx authored Apr 26, 2024
1 parent 9b773be commit 51fb67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# make this push a release at some point

name: Build

on:
push:
branches: [ "main" ]
paths: [ "src/**", "scripts/**", ".github/workflows/build.yml", "package.json", "bun.lockb" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 51fb67f

Please sign in to comment.