Skip to content

Commit 0c06f95

Browse files
author
Dave Miller
committed
No bug: Allow tests to be manually triggered so we can test the PRs that got missed. CI breakfix
1 parent b8ae47a commit 0c06f95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
branches: [ main ]
1010
pull_request:
1111
branches: [ main ]
12+
# Allows you to run this workflow manually from the Actions tab
13+
workflow_dispatch:
1214

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

0 commit comments

Comments
 (0)