Merge pull request #3 from electron/felixr-disable-release

Disable release workflow
This commit is contained in:
Felix Rieseberg 2024-10-07 06:21:07 -07:00 committed by GitHub
commit 07f4d4b113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
name: release-please
on:
push:
branches:
- main
pull_request:
on: workflow_dispatch
# push:
# branches:
# - main
# pull_request:
jobs:
release-please: