Skip to content

Commit

Permalink
ci: specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 4, 2023
1 parent 5d19e41 commit 09d56bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuxt-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
# schedule:
# - cron: "0 5 * * 1,3,5" # monday,wednesday,friday 5AM
workflow_dispatch:
pull_request:
push:
branches:
ci/nightly
Expand All @@ -15,4 +14,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Nuxt Nightly
uses: danielroe/nuxt-nightly-action
uses: danielroe/[email protected]

0 comments on commit 09d56bb

Please sign in to comment.