Skip to content

Commit 127cc27

Browse files
authored
Enable workflow_dispatch on CI
1 parent 4885a9d commit 127cc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tuskit-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: TUSKit CI
2-
on: [push]
2+
on: [push, workflow_dispatch]
33
jobs:
44
build:
55
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)