Обновить .gitea/workflows/build.yml
This commit is contained in:
parent
e363840c9e
commit
30cdf291a6
|
@ -1,5 +1,8 @@
|
|||
name: build
|
||||
on: [ pull_request, push ]
|
||||
on:
|
||||
pull_request
|
||||
push
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue