更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-05-16 21:19:30 +08:00
parent 12701d2411
commit 4ce01fb211
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Build and Publish
name: Build and Publish
run-name: Build and Publish book (${{ gitea.actor }})
on: [push, workflow_dispatch, pull_request]
on: [push, pull_request]
jobs:
Run: