feat: update build.yaml
Some checks failed
build quyun / Build (push) Failing after 1m20s

This commit is contained in:
2025-08-11 11:18:48 +08:00
parent aef23a8e81
commit c510099d5b

View File

@@ -1,14 +1,16 @@
name: build quyun abc
name: build quyun
run-name: ${{ gitea.actor }} build quyun
on: [push]
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: /workspace/rogee/quyun
steps:
- name: Check out repository code
uses: actions/checkout@v4