Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 8c7b24b

Browse files
authored
Merge pull request #269 from cartland/workflow_dispatch
Add triggers to .github/workflows/
2 parents 64bd334 + b2ef1b6 commit 8c7b24b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/copy-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Duplicates main to old master branch
55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the main branch
77
on:
8+
workflow_dispatch:
89
push:
910
branches: [ main ]
1011

0 commit comments

Comments
 (0)