Create build.yml pipeline

This commit is contained in:
Vasily Davydov 2024-09-23 11:39:46 +00:00 committed by GitHub
parent b1371f7ed9
commit f804bc96f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/workflows/build.yml vendored Normal file
View File

@ -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