1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-05 14:17:46 +00:00

Make closed PR's generate a compiled release

This commit is contained in:
Quackster 2025-04-15 15:23:34 +10:00 committed by GitHub
parent 69f179beda
commit e6185874b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,11 @@
name: Create Pre-Release name: Create Pre-Release
on: on:
pull_request_target:
types:
- closed
branches:
- "master"
push: push:
branches: branches:
- "master" - "master"