Skip to content

Commit

Permalink
Update and rename nightlybuild.yml to onpushstable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder authored Dec 19, 2023
1 parent 2aaca4d commit 6584753
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Nightly Release
name: Build On Push (Stable)

on:
schedule:
- cron: '0 0 * * *' # Runs at midnight every day
# schedule:
# - cron: '0 0 * * *' # Runs at midnight every day
workflow_dispatch: {}
push:
paths:
- '.github/workflows/nightlybuild.yml'
- 'gui.py'

jobs:
build:
Expand Down

0 comments on commit 6584753

Please sign in to comment.