From: Brendan Hansen Date: Thu, 16 Nov 2023 03:53:16 +0000 (-0600) Subject: fixed: build yaml file X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=633f84435b39d15f652e52921a0f1eac0d7faa2c;p=onyx.git fixed: build yaml file --- diff --git a/.github/workflows/onyx-build.yml b/.github/workflows/onyx-build.yml index 23b9da0f..7a45baaf 100644 --- a/.github/workflows/onyx-build.yml +++ b/.github/workflows/onyx-build.yml @@ -2,9 +2,13 @@ name: Build and Test on: push: - branches: [ master, dev ] + branches: + - master + - dev pull_request: - branches: [ master, dev ] + branches: + - master + - dev workflow_dispatch: inputs: release: @@ -59,11 +63,7 @@ jobs: path: dist if-no-files-found: error retention-days: 5 - - - - - + steps: - uses: actions/checkout@v2 - name: make build.sh executable