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 af4c60d commit f62c123Copy full SHA for f62c123
.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/main.yml
@@ -1,6 +1,7 @@
1
name: Build
2
3
4
pull_request:
branches:
- main
0 commit comments