修改docker build条件

This commit is contained in:
hanhh 2021-07-09 15:22:10 +08:00
parent 9b8a39aa22
commit e5e32d65c7

View File

@ -12,6 +12,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '版本号')"
steps:
- name: Checkout base
uses: actions/checkout@v2