Skip to content

Commit

Permalink
ci: added build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Dec 7, 2023
1 parent dd7fa15 commit 0f62e2f
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:
branches:
- master
pull_request:

jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./build.sh dist

0 comments on commit 0f62e2f

Please sign in to comment.