Skip to content

Commit

Permalink
Trigger nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Nov 27, 2024
1 parent d5e54bc commit f3d8752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Nightly APK

on:
push:
branches:
- develop
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand All @@ -12,6 +15,7 @@ on:

jobs:
build:
name: Nightly build
if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f3d8752

Please sign in to comment.