diff options
| author | arl <me@arielle.codes> | 2024-03-15 06:12:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 10:12:02 +0000 |
| commit | 98052890a73fe1b6e17ab98e998dee5d620aa88c (patch) | |
| tree | 3a619b1005708db94a226266dae949f21371e22f /.github/workflows | |
| parent | 23ec13718f0a56bad72db3ae48af552c9ae0a098 (diff) | |
Run release workflow on release publish (#3674)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1932bf70..c62ad56d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ name: Build Release Binaries on: release: - types: [created] + types: [published] jobs: build-release: |
