Обновить .gitea/workflows/build.yml

This commit is contained in:
root 2023-10-31 15:41:44 +00:00
parent e363840c9e
commit 30cdf291a6
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: build
on: [ pull_request, push ]
on:
pull_request
push
workflow_dispatch: {}
jobs:
build: