[添加] ci 触发方式

This commit is contained in:
guozhanxin 2021-05-10 20:38:58 +08:00
parent 3906f3b948
commit 0e4228dbec
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
name: AutoTestCI
on: push
# Controls when the action will run. Triggers the workflow on push or pull request
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest