Skip to content

Commit

Permalink
[ci] Added GitHub workflow to replicate commits to version branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Dec 19, 2024
1 parent d1c5d09 commit de04bfa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/version-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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: openwisp_monitoring

0 comments on commit de04bfa

Please sign in to comment.