aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-nightly.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-21 20:19:43 +0000
committersaturneric <[email protected]>2024-11-21 20:19:43 +0000
commite8c6e49c4fbaf26a7ed4166d49b89f1f1bec6bc8 (patch)
tree39df42f258ea9c08ff83a47ee2743a637eefdd90 /.github/workflows/release-nightly.yml
parentfeat: add nightly build workflow (diff)
downloadGpgFrontend-e8c6e49c4fbaf26a7ed4166d49b89f1f1bec6bc8.tar.gz
GpgFrontend-e8c6e49c4fbaf26a7ed4166d49b89f1f1bec6bc8.zip
feat: temporary add push trigger for nightly build
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-nightly.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml
index bba86194..a6a50005 100644
--- a/.github/workflows/release-nightly.yml
+++ b/.github/workflows/release-nightly.yml
@@ -1,6 +1,8 @@
name: Build & Package & Release Nightly
on:
+ push:
+ branches: ["develop"]
schedule:
- cron: "0 14 * * MON-FRI"