Skip to content

Commit

Permalink
build-ci: run appimage build on workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Feb 3, 2025
1 parent 1eb74f0 commit 682e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:

build-appimage:
runs-on: ubuntu-20.04
if: ${{github.event_name == 'release'}}
if: ${{github.event_name == 'release' || github.event_name == 'workflow_dispatch'}}
steps:
# Checkout the repository as $GITHUB_WORKSPACE
- uses: actions/checkout@v4
Expand Down

0 comments on commit 682e934

Please sign in to comment.