ci: allow manually dispatching nightly nuxt2 build

This commit is contained in:
Daniel Roe 2023-02-02 11:02:00 +00:00
parent 21badd9f2b
commit 09114125c1
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: nuxt2-nightly
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
@ -10,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: 'refs/remotes/origin/2.x'
ref: '2.x'
fetch-depth: 0 # All history
- name: fetch tags
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"