Skip to content

Commit 3011c6c

Browse files
andrzejnovakgithub-actions[bot]
authored andcommitted
ci: keep master up to date (#554)
1 parent 7fd363d commit 3011c6c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/branch-sync.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: sync branches to main
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
sync-branch:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Sync Branch
12+
uses: remarkablemark/sync-branch@v1
13+
with:
14+
base: master
15+
head: main
16+
merge: rebase

0 commit comments

Comments
 (0)