Skip to content

Commit 5ae1a86

Browse files
committed
ci: Add github build
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 2c6373e commit 5ae1a86

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/build.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Build
2+
3+
permissions:
4+
contents: read
5+
6+
on:
7+
pull_request:
8+
push:
9+
branches:
10+
- main
11+
12+
concurrency:
13+
group: >-
14+
${{ github.event.inputs.head_ref || github.run_id }}
15+
16+
17+
jobs:
18+
build:
19+
runs-on: ubuntu-24.04
20+
if: github.repository_owner == 'envoyproxy'
21+
steps:
22+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
- run: |
24+
./build-repository.sh

0 commit comments

Comments
 (0)