Skip to content

Commit

Permalink
Fix Workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Keller <[email protected]>
  • Loading branch information
mikeller committed Nov 22, 2024
1 parent add7c95 commit d8899e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-ubuntu-20.04-qt5-appimage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Ubuntu 20.04 / Qt 5 for AppImage

on:
workflow_dispatch:
push:
paths-ignore:
- scripts/docker/**
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:
echo "building desktop"
BUILD_EXTRA_ARGS=""
if [ ${GITHUB_EVENT_NAME} == "push" ]; then
if [ "${GITHUB_EVENT_NAME}" = "push" ]; then
echo "Building a release version"
BUILD_EXTRA_ARGS="${BUILD_EXTRA_ARGS} -release"
fi
Expand Down

0 comments on commit d8899e5

Please sign in to comment.