Try triggering release action on publish, instead of create
All checks were successful
build-mod / build-the-mod (release) Successful in 36s

This commit is contained in:
Adam Goldsmith 2024-07-28 01:48:37 -04:00
parent b9510c6fba
commit f1f41ca641

View File

@ -2,7 +2,7 @@ name: build-mod
on:
workflow_dispatch:
release:
types: [created]
types: [published]
pull_request:
permissions: read-all