Skip to content

Commit 423ac71

Browse files
authored
Create sync-master.yml
1 parent 44913ff commit 423ac71

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)