更新 .gitea/workflows/dev.yml
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
bichangxiong 2025-07-10 11:36:32 +08:00
parent f319a320ce
commit cf920532dd

View File

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