From 1e27d5a60b54b2997c4cfb15cce01619682cc7bc Mon Sep 17 00:00:00 2001 From: Gagan Deep Date: Fri, 20 Dec 2024 19:59:17 +0530 Subject: [PATCH] [ci] Added GitHub workflow to replicate commits to version branch --- .github/workflows/version-branch.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/version-branch.yml diff --git a/.github/workflows/version-branch.yml b/.github/workflows/version-branch.yml new file mode 100644 index 0000000..1e60acc --- /dev/null +++ b/.github/workflows/version-branch.yml @@ -0,0 +1,13 @@ +name: Replicate Commits to Version Branch + +on: + push: + branches: + - master + +jobs: + version-branch: + uses: openwisp/openwisp-utils/.github/workflows/reusable-version-branch.yml@master + with: + module_name: netdiff + install_package: true