Skip to content

Commit

Permalink
github/workflows/ci-debian: add workflow_dispatch
Browse files Browse the repository at this point in the history
The `workflow_dispatch` allows to manually trigger the CI, in
particular on a specific branch of the CI repository.

Signed-off-by: Paul Le Guen de Kerneizon <[email protected]>
  • Loading branch information
Paullgk committed Dec 16, 2024
1 parent 825f972 commit ce8672b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
types: [opened, reopened, synchronize]
branches: [debiancentos]
workflow_call:
workflow_dispatch:

permissions:
actions: write
Expand Down

0 comments on commit ce8672b

Please sign in to comment.