Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Allow workflow dispatch

Signed-off-by: 3dJan <56254096+3dJan@users.noreply.github.com>
  • Loading branch information
3dJan authored Jan 23, 2025
1 parent 9ac44c8 commit 33a6a51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "develop"
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -117,4 +118,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: gladius_deb
path: ${{ steps.strings.outputs.build-output-dir }}/*.deb
path: ${{ steps.strings.outputs.build-output-dir }}/*.deb

0 comments on commit 33a6a51

Please sign in to comment.