Skip to content

Commit

Permalink
手动触发
Browse files Browse the repository at this point in the history
  • Loading branch information
ytanck committed Oct 17, 2023
1 parent a28355f commit fce300b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Deploy My Server

on:
push:
branches: [ master ]
# push:
# branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pages

on:
workflow_dispatch:
push:
branches:
- master # 这里只配置了master分支,所以只有推送master分支才会触发以下任务
# push:
# branches:
# - master # 这里只配置了master分支,所以只有推送master分支才会触发以下任务

jobs:
pages:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Vue3.0 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同
title: Vue3.0 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同
date: 2023-10-16 14:25:42
categories: 前端
tags: vue
Expand Down

0 comments on commit fce300b

Please sign in to comment.