更新 '.gitea/workflows/build.yaml'

This commit is contained in:
yutou 2023-04-25 17:31:09 +08:00
parent ad40de7815
commit 05823742e3

View File

@ -1,6 +1,28 @@
name: buildDemo name: buildDemo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push] on:
push:
branches:
- main
paths-ignore:
- '.gitea/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
pull_request:
paths-ignore:
- '.gitea/**'
- '.idea/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- '**.md'
- 'LICENSE'
- 'NOTICE'
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest