Skip to content

Commit

Permalink
Allow nightly builds via workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperMarcus committed Oct 18, 2023
1 parent ee624c3 commit 3a67db0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Nightly Build
on: [push]

on:
- "push"
- "workflow_dispatch"
jobs:
build:

Expand Down

0 comments on commit 3a67db0

Please sign in to comment.