Skip to content

Commit

Permalink
added manual trigger to the new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-melnytskyi committed Dec 18, 2024
1 parent 7fedb0d commit 55c71b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/extensions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
push:
branches:
- master

workflow_dispatch: # Manual trigger
inputs:
branch:
description: 'Branch to build'
required: false
default: ${{ github.ref_name }}
jobs:
build-base:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 55c71b9

Please sign in to comment.