Skip to content

Commit 07ae5ce

Browse files
pandafynemesifier
authored andcommitted
[ci] Added GitHub workflow to replicate commits to version branch
1 parent 087d3ee commit 07ae5ce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Replicate Commits to Version Branch
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
version-branch:
10+
uses: openwisp/openwisp-utils/.github/workflows/reusable-version-branch.yml@master
11+
with:
12+
module_name: openwisp_controller

0 commit comments

Comments
 (0)