Skip to content

Commit

Permalink
Add additional triggers for nightly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jan 1, 2024
1 parent d608865 commit 02768cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stackage-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Stackage Nightly"

on:
push:
paths:
- ".github/workflows/stackage-nightly.yml"
workflow_dispatch:
schedule:
- cron: "5 6 * * *"

Expand Down

0 comments on commit 02768cb

Please sign in to comment.