Skip to content

Commit

Permalink
[Kim] vyos#2554 add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoxit committed Dec 19, 2023
1 parent 39ed150 commit 8e70821
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on: # yamllint disable-line rule:truthy
branches: [ current ]
pull_request:
branches: [ current ]
workflow_dispatch:
inputs:
source:
description: 'Source of event'
required: false
default: 'No source specified'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 8e70821

Please sign in to comment.