Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
ci: Fix nightly build schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Apr 29, 2022
1 parent 99e48ed commit b1aafed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/userscript-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish Userscript Nightly

on:
push:
branches: [master]
schedule:
- cron: "30 2 * * *"

# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
Expand Down

0 comments on commit b1aafed

Please sign in to comment.