~修改docker自动build条件,改为必须version文件变化才会触发

This commit is contained in:
juewuy
2025-12-31 10:10:41 +08:00
parent 63c34ea549
commit 9cb99fbe76

View File

@@ -2,7 +2,10 @@ name: Build Docker image for ShellCrash
on:
push:
branches: [ master ]
branches:
- master
paths:
- 'version'
workflow_dispatch:
jobs: