Compare commits

...

2 Commits

Author SHA1 Message Date
csh fb4e7f3b1f Merge branch 'main' of https://git.mytsl.cn/csh/actions-template
Hello from ImmortalWrt / say-hello (push) Successful in 0s Details
2025-11-03 12:00:29 +08:00
csh 9a472a4271 🐛 修复匹配正则问题 2025-11-03 12:00:14 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ env:
IGNORE_PATTERNS: >- IGNORE_PATTERNS: >-
^Merge | ^Merge |
^:memo: Auto update CHANGELOG| ^:memo: Auto update CHANGELOG|
\[skip ci\]\s*$| \[skip ci\]|
\[ci skip\]\s*$| \[ci skip\]|
^Bump version| ^Bump version|
^Release v| ^Release v|
^chore: update config$| ^chore: update config$|