Skip to content

Commit 8375ebd

Browse files
authored
Allow you to manually run CI (eg for Version Packages) (#19)
1 parent 94ea6bc commit 8375ebd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22

33
on:
4-
pull_request
4+
- pull_request
5+
- workflow_dispatch
56

67
jobs:
78
build-and-test:

0 commit comments

Comments
 (0)