Skip to content

Commit 9d621f3

Browse files
pandafynemesifier
authored andcommitted
[ci] Added GitHub workflow to replicate commits to version branch
1 parent 13fd4c6 commit 9d621f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/version-branch.yml

+12
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: rest_framework_gis

0 commit comments

Comments
 (0)