mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Changing publish trigger for build & tagging to released or edit
This commit is contained in:
parent
5b3d60c156
commit
9641d961b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -5,7 +5,7 @@ permissions:
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published, edited]
|
||||
types: [released, edited]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue