name: 演示流水线 on: [push] jobs: demo: runs-on: ubuntu-latest steps: - name: Hello run: echo "✅ CI/CD 运行成功!"