We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358d57c commit c597a44Copy full SHA for c597a44
.github/workflows/copy-branch.yml
@@ -5,6 +5,7 @@ name: Duplicates main to old master branch
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the main branch
7
on:
8
+ workflow_dispatch:
9
push:
10
branches: [ main ]
11
.github/workflows/macrobenchmark.yml
@@ -1,6 +1,7 @@
1
name: Builds Macrobenchmarks
2
3
4
pull_request:
branches: [ macrobenchmark, main ]
0 commit comments