Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit a9e7c98

Browse files
committed
ci: remove update action with dispatch event
1 parent 114205a commit a9e7c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Sparkle Appcast
7373
############################
7474
- name: Update Sparkle appcast
75-
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
75+
if: github.event_name == 'release'
7676
env:
7777
# SPARKLE_KEY: Sparkle EdDSA key exported from `generate_keys -x` as plain text
7878
# SPARKLE_CHANNEL: Seperate dev builds from default channel, to be specified in [SPUUpdaterDelegate allowedChannelsForUpdater:]
@@ -107,7 +107,7 @@ jobs:
107107
files: "${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml"
108108

109109
- name: Upload Sparkle Artifact
110-
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
110+
if: github.event_name == 'release'
111111
uses: actions/upload-artifact@v4
112112
with:
113113
name: appcast.xml

0 commit comments

Comments
 (0)