Skip to content

Commit f3d8752

Browse files
committed
Trigger nightly
1 parent d5e54bc commit f3d8752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Nightly APK
22

33
on:
4+
push:
5+
branches:
6+
- develop
47
schedule:
58
- cron: "0 0 * * *"
69
workflow_dispatch:
@@ -12,6 +15,7 @@ on:
1215

1316
jobs:
1417
build:
18+
name: Nightly build
1519
if: github.ref == 'refs/heads/develop'
1620
runs-on: ubuntu-latest
1721
steps:

0 commit comments

Comments
 (0)