Try triggering release action on publish, instead of create
All checks were successful
build-mod / build-the-mod (release) Successful in 36s
All checks were successful
build-mod / build-the-mod (release) Successful in 36s
This commit is contained in:
parent
b9510c6fba
commit
f1f41ca641
2
.github/workflows/build-mod.yml
vendored
2
.github/workflows/build-mod.yml
vendored
@ -2,7 +2,7 @@ name: build-mod
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [published]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
Loading…
Reference in New Issue
Block a user