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

This commit is contained in:
yutou 2023-04-25 18:11:57 +08:00
parent 59f82aef19
commit ec5dbeda2b

View File

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