Skip to content

Commit 42e4d86

Browse files
Merge pull request #59 from bats-core/sync-master
Rename master branch as main
2 parents 44913ff + 423ac71 commit 42e4d86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/sync-master.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Sync Master
2+
on:
3+
push: { branches: main }
4+
workflow_dispatch:
5+
6+
jobs:
7+
sync:
8+
uses: bats-core/.github/.github/workflows/sync-master.yml@v1

0 commit comments

Comments
 (0)