Update .gitea/workflows/build-git.yaml
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
workflow_dispatch
|
workflow_dispatch
|
||||||
push # when to trigger this. Here, on every push
|
push # when to trigger this. Here, on every push
|
||||||
jobs:
|
jobs:
|
||||||
build_linux
|
build_linux:
|
||||||
name: "Build and test"
|
name: "Build and test"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user