feat(ci): trigger on renovate electron forge

This commit is contained in:
Elian Doran 2025-03-25 10:47:13 +02:00
parent 9b96cb61cc
commit 269cfc4689
No known key found for this signature in database

View File

@ -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/*