Skip to content

Commit 3965cf1

Browse files
Create main.yml
1 parent 40feaf6 commit 3965cf1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Copy To Branches
2+
on:
3+
workflow_dispatch:
4+
jobs:
5+
copy-to-branches:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
with:
10+
fetch-depth: 0
11+
- name: Copy To Branches Action
12+
uses: planetoftheweb/[email protected]
13+
env:
14+
key: main

0 commit comments

Comments
 (0)