Skip to content

Commit

Permalink
feat: release workflow (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda authored Sep 7, 2022
1 parent fda3600 commit 4e16cad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Release

on:
pull_request_target:
types: [closed]

jobs:
release-job:
uses: bedita/github-workflows/.github/workflows/release.yml@v1
with:
main_branch: 'master'
dist_branches: '["master","1.x"]'

0 comments on commit 4e16cad

Please sign in to comment.