DR -> DR SDK #16

Merged
shenjackyuanjie merged 41 commits from feature/dr-sdk into main 2023-05-03 00:40:53 +08:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 3c9af31c3b - Show all commits

View File

@ -5,9 +5,7 @@ name: Build
on: on:
# 触发条件 # 触发条件
push: push:
branches: ["main"]
pull_request: pull_request:
branches: ["main"]
workflow_dispatch: workflow_dispatch:
# 主任务 # 主任务

View File

@ -4,7 +4,6 @@ name: Deploy static content to Pages
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
push: push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: