diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..9ee795d5 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,17 @@ +name: Build +on: + pull_request: + branches: + - 'releases/**' + - master + workflow_dispatch: +jobs: + QVS: + permissions: + contents: read + runs-on: ubuntu-20.04 + steps: + - name: Checkout Source + uses: actions/checkout@v4 + - name: Build qvs + run: "./QuoteVerification/QuoteVerificationService/build.sh"