parent
b88bb19f5a
commit
8490189471
15
.gitea/workflows/build.yml
Normal file
15
.gitea/workflows/build.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
Loading…
Reference in New Issue
Block a user