Skip to content

Commit

Permalink
Add action for pushing major version branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Mar 31, 2022
1 parent c20c7a6 commit 1845d31
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push-version-branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Push major version branch

on:
release:
types: [published, edited]

jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- uses: Actions-R-Us/[email protected]
with:
prefer_branch_releases: true

0 comments on commit 1845d31

Please sign in to comment.