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: # 自定义名称