Skip to content

Commit c597a44

Browse files
committed
Add workflow_dispatch trigger to workflows from GitHub
1 parent 358d57c commit c597a44

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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

.github/workflows/macrobenchmark.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Builds Macrobenchmarks
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
branches: [ macrobenchmark, main ]

0 commit comments

Comments
 (0)