Skip to content

Commit 4415d44

Browse files
committed
feat: enable manual triggering of PR checks workflow
1 parent c400576 commit 4415d44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: PR Checks
33
on:
44
pull_request:
55
types: [opened]
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)