Skip to content

Commit

Permalink
chore(workflows): manually trigger nightly via tags
Browse files Browse the repository at this point in the history
  • Loading branch information
devnote-dev committed Oct 6, 2024
1 parent 15c95da commit 63ba365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Nightly

on:
push:
tags:
- nightly

schedule:
- cron: 0 7 * * 0

Expand Down

0 comments on commit 63ba365

Please sign in to comment.