From 17e5fc3619c8a1ae1ceabb4a0f1d2f61881bdd31 Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Wed, 25 Dec 2019 17:23:34 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=B0=B8=E4=B9=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3dcc1f..d31a781 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI #on: [push] # 在master分支发生push事件时触发。 -# on: -# push: -# branches: -# - master +on: + push: + branches: + - master jobs: # 工作流 build: # 自定义名称