Skip to content

Commit

Permalink
Add workflow dispatch (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk authored Dec 11, 2024
1 parent 2f3e0a5 commit 61069e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
pull_request:
branches:
- '*'
workflow_dispatch:
inputs:
tags:
description: 'This does nothing'
required: false
type: boolean

jobs:
build:
Expand Down

0 comments on commit 61069e5

Please sign in to comment.