修改docker build条件

This commit is contained in:
hanhh 2021-07-09 15:22:10 +08:00
parent 72240a7834
commit 602ffdcd5a

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