update build action

This commit is contained in:
shenjack-mac 2023-04-22 21:43:12 +08:00
parent df5476ae7d
commit 3c9af31c3b
2 changed files with 0 additions and 3 deletions

View File

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

View File

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