From f804bc96f00e3750238ce505ce105509d009421b Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Mon, 23 Sep 2024 11:39:46 +0000 Subject: [PATCH] Create build.yml pipeline --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..00bf9aa --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,16 @@ +name: Build + +on: + push: + branches: + - '**' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + - name: Run build script + run: | + ./build.sh