From 4d02c2ba1724425007d85f5b5e875ace2fb96473 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Wed, 2 Oct 2024 08:27:52 +0200 Subject: [PATCH] Create pre-build.yml --- .github/workflows/pre-build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pre-build.yml diff --git a/.github/workflows/pre-build.yml b/.github/workflows/pre-build.yml new file mode 100644 index 0000000..252edda --- /dev/null +++ b/.github/workflows/pre-build.yml @@ -0,0 +1,15 @@ +name: Pre-build checks + +on: + push: + branches: [ feature/first-bit] + pull_request: + branches: [ feature/first-bit] + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout code + run: echo "Success"