Skip to content

Commit 5771aab

Browse files
committed
Update workflow: add workflow_dispatch trigger to allow manual runs
1 parent d5b0a59 commit 5771aab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update_source_url.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- "**.yaml"
1010
- "! .github/**"
11+
workflow_dispatch: {}
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)