release: v3 release test
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: build and deploy
|
name: deploy
|
||||||
|
|
||||||
# v3 分支 push 代码的时候触发
|
# v3 分支 push 代码的时候触发
|
||||||
on:
|
on:
|
||||||
@@ -8,7 +8,6 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-to-gh-pages:
|
push-to-gh-pages:
|
||||||
if: "contains(github.event.head_commit.message, '[release]')"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user