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

Commit

Permalink
ci: remove update action with dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 23, 2024
1 parent 114205a commit a9e7c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Sparkle Appcast
############################
- name: Update Sparkle appcast
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'release'
env:
# SPARKLE_KEY: Sparkle EdDSA key exported from `generate_keys -x` as plain text
# SPARKLE_CHANNEL: Seperate dev builds from default channel, to be specified in [SPUUpdaterDelegate allowedChannelsForUpdater:]
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
files: "${{ RUNNER.TEMP }}/Sparkle_Archive/appcast.xml"

- name: Upload Sparkle Artifact
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
if: github.event_name == 'release'
uses: actions/upload-artifact@v4
with:
name: appcast.xml
Expand Down

0 comments on commit a9e7c98

Please sign in to comment.