Skip to content

Commit bdb17c0

Browse files
committed
Add manual dispatch to Swift workflow
Enable workflow_dispatch in .github/workflows/swift.yml so the Swift CI workflow can be triggered manually from the Actions tab. Existing push and pull_request triggers remain unchanged to preserve automated runs.
1 parent ddcaf39 commit bdb17c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Build Test
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches: [ "main" ]
910
pull_request:

0 commit comments

Comments
 (0)