Optimize trigger process

When you push tags that match the regular expression v[0-9]+.[0-9]+.[0-9]+, the trigger will occur.
This commit is contained in:
KenGrofork 2024-07-04 16:38:31 +08:00 committed by GitHub
parent 0deeb4aaf7
commit c66480dab4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,15 +2,8 @@ name: Build-WeChatFerry
on:
push:
branches:
- master
paths:
- 'WeChatFerry/**' # 仅当这个目录中的文件有变化时触发
pull_request:
branches:
- master
paths:
- 'WeChatFerry/**'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
inputs:
use_cache: