更新 .gitea/workflows/dev.yml

This commit is contained in:
bichangxiong 2025-07-10 01:58:53 +08:00
parent 2eab7e5242
commit 8ad79b4369

View File

@ -1,6 +1,8 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
on:
push:
branches: [ main ] # 当main分支有推送时触发
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest