再次优化判断条件
All checks were successful
自动生成README.md文件 / create-readme (push) Successful in 12s

This commit is contained in:
liyp 2025-04-10 16:10:54 +08:00
parent 05c114dafb
commit fec486727c

View File

@ -4,11 +4,12 @@ on:
push: push:
branches: branches:
- main - main
if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')"
jobs: jobs:
create-readme: create-readme:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'AutoGenerateREADME.md')"
steps: steps:
- name: 检出仓库 - name: 检出仓库