This commit is contained in:
xugaoyi 2019-12-07 17:36:38 +08:00
parent 1b5482ffea
commit e328dfd937
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
name: CI
on: [push]
#on: [push]
# 在master分支发生push事件时触发。
# on:
# push:
# branches:
# - master
on:
push:
branches:
- master
jobs: # 工作流
build: # 自定义名称