Skip to content

Commit b9e28cd

Browse files
authored
Add workflow_dispatch trigger to test workflow
1 parent f848523 commit b9e28cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Run Tests
22
on:
33
pull_request:
44
branches: [ main ]
5+
workflow_dispatch:
56
jobs:
67
build:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)