Skip to content

Commit

Permalink
added workflow_dispatch to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mtessmer committed May 3, 2024
1 parent d4da936 commit db1ba8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/PR_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ on:
branches:
- "**"

workflow_dispatch:
inputs:
myCommit:
description: 'Commit SHA1'
required: true
default: 'undefined'
type: string


jobs:
tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit db1ba8a

Please sign in to comment.