Skip to content

Commit 4bc4991

Browse files
committed
Allow manual triggering of github actions workflow
1 parent 9c83843 commit 4bc4991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Continuous Integration
2-
on: [push, pull_request]
2+
on: [push, pull_request, workflow_dispatch]
33
permissions:
44
packages: write
55
jobs:

0 commit comments

Comments
 (0)