Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/JuliaNightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: JuliaNightly
# Nightly Scheduled Julia Nightly Run
# Nightly Version of Julia.
# Runs on PRs and pushes to `master`, but seperate workflow to `CI`
# to avoid inclusion in nightly cron build with failure notifications.
on:
push:
branches: [master]
Expand Down