mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: allow manually dispatching nightly nuxt2 build
This commit is contained in:
parent
21badd9f2b
commit
09114125c1
3
.github/workflows/nuxt2-edge.yml
vendored
3
.github/workflows/nuxt2-edge.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: nuxt2-nightly
|
name: nuxt2-nightly
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
@ -10,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: 'refs/remotes/origin/2.x'
|
ref: '2.x'
|
||||||
fetch-depth: 0 # All history
|
fetch-depth: 0 # All history
|
||||||
- name: fetch tags
|
- name: fetch tags
|
||||||
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
|
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
|
||||||
|
Loading…
Reference in New Issue
Block a user