From 5ae1a8636c7114cba4a5745d031fd503be008686 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Fri, 10 Jan 2025 13:48:56 +0000 Subject: [PATCH] ci: Add github build Signed-off-by: Ryan Northey --- .github/workflows/build.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..6600921 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,24 @@ +name: Build + +permissions: + contents: read + +on: + pull_request: + push: + branches: + - main + +concurrency: + group: >- + ${{ github.event.inputs.head_ref || github.run_id }} + + +jobs: + build: + runs-on: ubuntu-24.04 + if: github.repository_owner == 'envoyproxy' + steps: + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - run: | + ./build-repository.sh