Skip to content

Commit

Permalink
Merge pull request #270 from lptn/master
Browse files Browse the repository at this point in the history
Automatically update 3.x branch on changes on master
  • Loading branch information
lptn authored Jan 18, 2023
2 parents 227853a + 1ff0852 commit 1c85f59
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/update-3x-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update next major branch
on:
push:
branches:
- dev
jobs:
run_action:
runs-on: ubuntu-latest
steps:
- name: Merge Follow Branch
uses: toysmoon/follow_branch@1.0.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target-branch: 3.x
following-branch: master

0 comments on commit 1c85f59

Please sign in to comment.