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:
parent
0deeb4aaf7
commit
c66480dab4
11
.github/workflows/Build-WeChatFerry.yml
vendored
11
.github/workflows/Build-WeChatFerry.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user