feat(ci): trigger on renovate electron forge

pull/1520/head
Elian Doran 2025-03-25 10:47:13 +07:00
parent 9b96cb61cc
commit 269cfc4689
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

@ -5,6 +5,9 @@ on:
- cron: "0 2 * * *" # run at 2 AM UTC
# This can be used to allow manually triggering nightlies from the web interface
workflow_dispatch:
push:
branches:
- renovate/electron-forge*
pull_request:
paths:
- .github/actions/build-electron/*