Skip to content

Commit

Permalink
ci: allow manually dispatching nightly nuxt2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 2, 2023
1 parent 21badd9 commit 0911412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuxt2-edge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: nuxt2-nightly

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand All @@ -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/*"
Expand Down

0 comments on commit 0911412

Please sign in to comment.