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: 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: