Update .gitea/workflows/build.yaml
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
name: Build CI
|
||||
on: [push]
|
||||
# on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "lib/**"
|
||||
|
||||
jobs:
|
||||
AMD64:
|
||||
|
||||
Reference in New Issue
Block a user