diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b97a222..f6e5c9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,11 @@ name: CI -on: [push] +#on: [push] # 在master分支发生push事件时触发。 -# on: -# push: -# branches: -# - master +on: + push: + branches: + - master jobs: # 工作流 build: # 自定义名称